Skip to content

Commit

Permalink
fix(greenkeeper): updating package-lock.json requires npm@5 or later (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw committed Feb 11, 2018
1 parent 816b957 commit ae998bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ matrix:
- node_js: "5"
- node_js: "4"
before_install:
- npm install -g greenkeeper-lockfile@1
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload

0 comments on commit ae998bd

Please sign in to comment.