Skip to content

Commit

Permalink
Merge eb179c1 into d5ebdba
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Nov 2, 2018
2 parents d5ebdba + eb179c1 commit 9006937
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 3,223 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
branches:
only:
- master
- /^greenkeeper/.*$/

after_success:
- npm run coveralls
before_install:
- npm install -g npm@6
- npm install -g greenkeeper-lockfile@1
install: npm install
before_script:
- greenkeeper-lockfile-update
script:
- npm run ci
# Only the node version 8 job will upload the lockfile
after_script: greenkeeper-lockfile-upload
Loading

0 comments on commit 9006937

Please sign in to comment.