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 db67432 commit ed84bcd
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 @@ -4,6 +4,7 @@ before_install:
before_script:
- greenkeeper-lockfile-update
- npm run build
install: case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;
script:
- npm run eslint
- npm run test
Expand Down

0 comments on commit ed84bcd

Please sign in to comment.