Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes for versions, greenkeeper-lockfile additions for CI #203

Merged
merged 12 commits into from
May 1, 2018
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ language: node_js
node_js:
- "node"
- "lts/*"

before_install:
- npm install -g npm
- npm install -g greenkeeper-lockfile@1

before_script:
- export AUTHOR_NAME="$(git log -1 $TRAVIS_COMMIT --pretty="%aN")"
- greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload

after_success:
- chmod +x success.sh
- ./success.sh
Expand Down
Loading