Skip to content

Commit

Permalink
Greenkeeper doesn't work with npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mamodom committed Nov 17, 2018
1 parent 25c53a1 commit 15d47d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sudo: false
notifications:
email: false
if: tag IS blank

install: case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;
before_script:
- ARTIFACT_PATH="./`node ./scripts/version`"
script:
Expand Down

0 comments on commit 15d47d2

Please sign in to comment.