Skip to content

Commit

Permalink
chore: do not install latest npm on Node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Nov 27, 2017
1 parent 11d216a commit e148ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ node_js:
- '6'
- '4'
before_install:
- npm install -g npm@latest
- ! [[ $(node -v) =~ ^v9.*$ ]] && npm install -g npm@latest
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Expand Down

0 comments on commit e148ddb

Please sign in to comment.