Skip to content

Commit

Permalink
chore: add sd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petey committed Nov 6, 2017
1 parent 55bc204 commit 3b83e4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
shared:
image: node:6

jobs:
main:
steps:
- install: npm install
- test: npm test
requires:
- ~pr
- ~commit

0 comments on commit 3b83e4b

Please sign in to comment.