Skip to content

Commit

Permalink
Update traviscs yaml for greenkeeper (#24)
Browse files Browse the repository at this point in the history
* Update traviscs yaml for greenkeeper
* Drop node 4
* Update tap to 12.0.1
* Update mock-fs to 4.7.0
* Pin to node 10.4.1
  • Loading branch information
mintyfloss authored and pierceray committed Sep 24, 2018
1 parent e75abcd commit 1e80da8
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 164 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: node_js
node_js:
- "10"
- "10.4.1"
- "8"
- "6"
- "4"
script:
- npm run lint
- npm test
before_install:
- npm i -g npm@latest
- npm i -g greenkeeper-lockfile@latest
install: npm install
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Loading

0 comments on commit 1e80da8

Please sign in to comment.