Skip to content

Commit 4121b59

Browse files
committed
[Tests] clean up test matrix
1 parent 7869530 commit 4121b59

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

.travis.yml

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- '10'
45
- '9'
56
- '8'
67
- '7'
@@ -15,34 +16,18 @@ script:
1516
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
1617
- 'if [ -n "${TEST-}" ]; then npm run unit-test ; fi'
1718
env:
18-
- TEST=true
19+
global:
20+
- TEST=true
21+
matrix:
22+
- ESLINT=4
23+
- ESLINT=3
1924
after_success:
2025
- 'if [ -n "${TEST-}" ]; then npm run coveralls ; fi'
2126
matrix:
2227
fast_finish: true
2328
include:
2429
- node_js: 'lts/*'
2530
env: PRETEST=true
26-
- node_js: '9'
27-
env: TEST=true ESLINT=next
28-
- node_js: '8'
29-
env: TEST=true ESLINT=next
30-
- node_js: '7'
31-
env: TEST=true ESLINT=next
32-
- node_js: '6'
33-
env: TEST=true ESLINT=next
34-
- node_js: '9'
35-
env: TEST=true ESLINT=3
36-
- node_js: '8'
37-
env: TEST=true ESLINT=3
38-
- node_js: '7'
39-
env: TEST=true ESLINT=3
40-
- node_js: '6'
41-
env: TEST=true ESLINT=3
42-
- node_js: '5'
43-
env: TEST=true ESLINT=3
44-
- node_js: '4'
45-
env: TEST=true ESLINT=3
4631
allow_failures:
4732
- node_js: '9'
4833
- node_js: '7'

0 commit comments

Comments
 (0)