Skip to content

Commit

Permalink
fix: travis-ci should use npm install instead of npm ci (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jun 4, 2018
1 parent 57370a6 commit 5d7b59b
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 @@ -7,6 +7,7 @@ node_js:
before_install:
- npm install -g npm
- npm install -g greenkeeper-lockfile@1
install: npm install

before_script: greenkeeper-lockfile-update
script:
Expand Down

0 comments on commit 5d7b59b

Please sign in to comment.