Skip to content

Commit

Permalink
fix: travis-ci should use npm install instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jun 8, 2018
1 parent bc68b3d commit 2a01609
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 @@ -8,6 +8,7 @@ node_js:
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
install: npm install
before_script:
- greenkeeper-lockfile-update
- sudo mount --make-shared /
Expand Down

0 comments on commit 2a01609

Please sign in to comment.