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 1cbab34 commit 5d29c1cCopy full SHA for 5d29c1c
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
node_js:
4
- '4'
5
- '6'
6
- - '7'
+ - '8'
7
git:
8
depth: 1
9
notifications:
@@ -16,10 +16,6 @@ matrix:
16
env: BROWSER_NAME=safari BROWSER_VERSION=latest
17
- node_js: 'node'
18
env: BROWSER_NAME=firefox BROWSER_VERSION=latest
19
- - node_js: 'node'
20
- env: BROWSER_NAME=ie BROWSER_VERSION=6
21
22
- env: BROWSER_NAME=ie BROWSER_VERSION=7
23
24
env: BROWSER_NAME=ie BROWSER_VERSION=8
25
0 commit comments