Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Add greenkeeper-lockfile to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Throne3d committed Apr 23, 2018
1 parent 28c5072 commit 7f55665
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: node_js
node_js:
- "6"
- "8"
- "9"
- '9'
- '8'
- '6'
before_install:
- npm install -g npm
- npm install -g npm
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
script:
- npm test
- npm test
after_success:
- npm run report
- npm run report
env:
global:
secure: MyJ/LQqfx+krJ6sJC/ubQ4OrQ7AmToaQm8YVs3qMwokxymDlodzBH7ltdoytN5EIEwBJYfA94Js3XOgrLSuxzF3mD89tT3yLMfsJbGoRNysEhIdmtjswA7kiBnhY/nydn4kWtjuwDC+oVjKEf5u7KBUeu3TM3LvtrBzbqfvR17UU6tEmrEkcMwz6AcXSe1WEXvBe4EqS4ycVA4jVrLuErl/+hN90mxOb3GiyD4YvTiKKb0vjODU4ic/PF89ZUoZgMVzgDNo4jPBpLs9U0woRhabjDCRl2HzdFYJH3uNLKZPv2rBFXbl5kYw0uz4LPDdIZGTpwI68/sV3H++v+US6e4pj42CKFokTdkVMCxJbJhoZ7+RwGG+5JDbDFS4QqQTOHGZ+Z1q2PzkXrGsvBUdO/hRLktyXKHOQ9FIjgapsHrXiiDllIxg38zhm1fVauzFWEEq8ZsJCJP2ingR553VfP7KKNyKooVfkPaO9ed/lN4MPcPQaXz0BN5YgrQuDi+2ffInlI9cxGWYSMPQq3I+rNniwHy/hVSeK7pZLOvmX9WzjyniEOPRRC7t8Yq3YFiBlBfxU7RqVJFA9wmesIzraQT2mtZgCUp/Ryv05ondkURT9+kt34mNH6BzKTPJvyFi2wttE8AZMtPQevRfRnmUq14PajgKXxLpDr6Cn7vLs8aI=

0 comments on commit 7f55665

Please sign in to comment.