We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6db13 commit fd1efbfCopy full SHA for fd1efbf
.travis.yml
@@ -46,18 +46,8 @@ matrix:
46
env: TASK=test
47
- node_js: 8
48
49
- - node_js: 6
50
- env: TASK=browser BROWSER_NAME=ie BROWSER_VERSION="9..latest"
51
52
- env: TASK=browser BROWSER_NAME=opera BROWSER_VERSION="11..latest"
53
54
- env: TASK=browser BROWSER_NAME=chrome BROWSER_VERSION="-3..latest"
55
56
- env: TASK=browser BROWSER_NAME=firefox BROWSER_VERSION="-3..latest"
57
58
- env: TASK=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest"
59
60
- env: TASK=browser BROWSER_NAME=microsoftedge BROWSER_VERSION=latest
+ - node_js: 9
+ env: TASK=test
61
script: "npm run $TASK"
62
env:
63
global:
0 commit comments