Skip to content

Commit

Permalink
greenkeeper lockfile and travis are currently incompatible greenkeepe…
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Jun 23, 2018
1 parent bc31c06 commit a6e809b
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 @@ -3,6 +3,7 @@ before_install:
- npm i -g greenkeeper-lockfile@1
before_script:
- greenkeeper-lockfile-update
install: case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;
script:
- npm run eslint
- npm run test
Expand Down

0 comments on commit a6e809b

Please sign in to comment.