Skip to content

Commit

Permalink
travis: Fix install phase in greenkeeper branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jnv authored Mar 20, 2019
1 parent f4dd0a6 commit 1845283
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:
cache:
directories:
- "$HOME/.npm"
install: case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;
jobs:
include:
- stage: release
Expand Down

0 comments on commit 1845283

Please sign in to comment.