Skip to content

Commit

Permalink
Fix greenkeeper pull requests
Browse files Browse the repository at this point in the history
As mentioned in greenkeeper-lockfile docs.

Ref: https://github.com/greenkeeperio/greenkeeper-lockfile#npm
  • Loading branch information
palashmon committed Jul 8, 2018
1 parent 00c7d22 commit 0269176
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -8,9 +8,7 @@ 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;

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

0 comments on commit 0269176

Please sign in to comment.