We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a386167 commit c8a0f67Copy full SHA for c8a0f67
.travis.yml
@@ -4,28 +4,29 @@ env:
4
- TARGET=test
5
6
node_js:
7
- - '8.16.2'
8
- - '9'
9
- - '10'
+ - 8
+ - 9
+ - 10
10
+ - 12
11
- node
12
13
matrix:
14
include:
15
- name: Lint
- node_js: '8.16.2'
16
+ node_js: 12
17
env:
18
- TARGET=lint
19
- name: Coverage
20
21
22
- TARGET=coverage
23
- name: BrowserStack IE11
24
25
26
- TARGET=test-browser
27
- BROWSER=ie11
28
- name: Chrome headless
29
30
31
32
- BROWSER=ChromeHeadless
0 commit comments