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

Commit

Permalink
fix(ci): Update Travis CI script so greenkeeper works with the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jul 25, 2017
1 parent 901a8e6 commit 0c0bbda
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 0c0bbda

Please sign in to comment.