Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Use npm install when running Greenkeeper
Browse files Browse the repository at this point in the history
Otherwise we run into this issue: greenkeeperio/greenkeeper-lockfile#156
  • Loading branch information
cmfcmf authored Dec 2, 2018
1 parent 587efd6 commit 3328224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ cache:
directories:
- "$HOME/.npm"

install:
- npm ci
install: case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;

before_install:
- npm i -g [email protected]
Expand Down

0 comments on commit 3328224

Please sign in to comment.