Skip to content

Commit

Permalink
fix: travis-ci should use npm install instead of npm ci (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jun 6, 2018
1 parent 13e5316 commit 938ec7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
install: npm install

before_script: greenkeeper-lockfile-update
script:
Expand Down

0 comments on commit 938ec7d

Please sign in to comment.