Skip to content

Commit

Permalink
Fix greenkeeper-lockfile & ci build
Browse files Browse the repository at this point in the history
This fixes the issue where greenkeeper ci build was failing due to `npm ci`

Ref: greenkeeperio/greenkeeper-lockfile#156
  • Loading branch information
palashmon committed Jul 8, 2018
1 parent be659d6 commit 00c7d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,9 @@ cache:
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1

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

before_script:
- greenkeeper-lockfile-update
script:
Expand Down

0 comments on commit 00c7d22

Please sign in to comment.