Skip to content

Commit

Permalink
chore(travis): explicitly define node version in .travis.yml (puppete…
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored Oct 17, 2017
1 parent 6f97b71 commit 0e4477a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script:
- 'if [ "$NODE6" = "true" ]; then yarn run unit-node6; fi'
jobs:
include:
- node_js: "7"
- node_js: "7.6.0"
env: NODE7=true
- node_js: "6.4.0"
env: NODE6=true

0 comments on commit 0e4477a

Please sign in to comment.