Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #662 from ChristianMurphy/fix/greenkeeper-lockfile…
Browse files Browse the repository at this point in the history
…-support

fix(ci): Update Travis CI script so greenkeeper works with the lockfile
  • Loading branch information
ChristianMurphy authored Jul 25, 2017
2 parents 3716c1f + 0c0bbda commit 4b8f850
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ addons:
before_install:
- nvm install node
- npm install
- npm install -g greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update

script:
- mvn package
Expand All @@ -28,6 +31,8 @@ script:
- npm run lint-md
- npm run lint-less

after_script: greenkeeper-lockfile-upload

cache:
directories:
- $HOME/.m2
Expand Down

0 comments on commit 4b8f850

Please sign in to comment.