Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 14, 2018
1 parent 8cda258 commit cb3c89c
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .travis.yml
@@ -1,9 +1,4 @@
language: node_js
node_js:
- 4
- 6
- 8
- 9
cache:
directories:
- ~/.npm
Expand All @@ -17,18 +12,14 @@ branches:

jobs:
include:
- script:
- npm run test
node_js:
- 4
- 6
- 8
- script:
- node_js: 4
- node_js: 6
- node_js: 8
- node_js: 9
script:
- npm run test
- npm run test:coverage
- npm run test:coverage:upload
node_js:
-9
- stage: release
node_js: lts/*
script:
Expand Down

0 comments on commit cb3c89c

Please sign in to comment.