Skip to content

Commit c8a0f67

Browse files
committed
Update CI setup, run the non-test tasks on node.js 12 instead of 8
1 parent a386167 commit c8a0f67

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,29 @@ env:
44
- TARGET=test
55

66
node_js:
7-
- '8.16.2'
8-
- '9'
9-
- '10'
7+
- 8
8+
- 9
9+
- 10
10+
- 12
1011
- node
1112

1213
matrix:
1314
include:
1415
- name: Lint
15-
node_js: '8.16.2'
16+
node_js: 12
1617
env:
1718
- TARGET=lint
1819
- name: Coverage
19-
node_js: '8.16.2'
20+
node_js: 12
2021
env:
2122
- TARGET=coverage
2223
- name: BrowserStack IE11
23-
node_js: '8.16.2'
24+
node_js: 12
2425
env:
2526
- TARGET=test-browser
2627
- BROWSER=ie11
2728
- name: Chrome headless
28-
node_js: '8.16.2'
29+
node_js: 12
2930
env:
3031
- TARGET=test-browser
3132
- BROWSER=ChromeHeadless

0 commit comments

Comments
 (0)