Skip to content

Commit

Permalink
[Tests] clean up test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 23, 2018
1 parent 7869530 commit 4121b59
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions .travis.yml
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- '10'
- '9'
- '8'
- '7'
Expand All @@ -15,34 +16,18 @@ script:
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
- 'if [ -n "${TEST-}" ]; then npm run unit-test ; fi'
env:
- TEST=true
global:
- TEST=true
matrix:
- ESLINT=4
- ESLINT=3
after_success:
- 'if [ -n "${TEST-}" ]; then npm run coveralls ; fi'
matrix:
fast_finish: true
include:
- node_js: 'lts/*'
env: PRETEST=true
- node_js: '9'
env: TEST=true ESLINT=next
- node_js: '8'
env: TEST=true ESLINT=next
- node_js: '7'
env: TEST=true ESLINT=next
- node_js: '6'
env: TEST=true ESLINT=next
- node_js: '9'
env: TEST=true ESLINT=3
- node_js: '8'
env: TEST=true ESLINT=3
- node_js: '7'
env: TEST=true ESLINT=3
- node_js: '6'
env: TEST=true ESLINT=3
- node_js: '5'
env: TEST=true ESLINT=3
- node_js: '4'
env: TEST=true ESLINT=3
allow_failures:
- node_js: '9'
- node_js: '7'
Expand Down

0 comments on commit 4121b59

Please sign in to comment.