Skip to content

Commit

Permalink
Remove nvm lastest install from travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoScabbiolo committed Jul 9, 2018
1 parent 45b6f76 commit f9c87fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ matrix:
fast_finish: true

before_install:
# package-lock.json was introduced in npm@5
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile
- yarn global add greenkeeper-lockfile@1
install: npm install && yarn
Expand Down

0 comments on commit f9c87fc

Please sign in to comment.