Skip to content

Commit

Permalink
fix(ci): strict travis ci node version to allow require hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 21, 2016
1 parent 084a4bc commit 621d3c8
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 @@ -6,7 +6,7 @@ cache:
notifications:
email: false
node_js:
- '4'
- '4.2.2'
before_install:
- npm i -g npm@^2.0.0
before_script:
Expand Down

0 comments on commit 621d3c8

Please sign in to comment.