Skip to content

Commit 5d29c1c

Browse files
authoredOct 8, 2017
1 parent 1cbab34 commit 5d29c1c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
node_js:
44
- '4'
55
- '6'
6-
- '7'
6+
- '8'
77
git:
88
depth: 1
99
notifications:
@@ -16,10 +16,6 @@ matrix:
1616
env: BROWSER_NAME=safari BROWSER_VERSION=latest
1717
- node_js: 'node'
1818
env: BROWSER_NAME=firefox BROWSER_VERSION=latest
19-
- node_js: 'node'
20-
env: BROWSER_NAME=ie BROWSER_VERSION=6
21-
- node_js: 'node'
22-
env: BROWSER_NAME=ie BROWSER_VERSION=7
2319
- node_js: 'node'
2420
env: BROWSER_NAME=ie BROWSER_VERSION=8
2521
- node_js: 'node'

0 commit comments

Comments
 (0)
Please sign in to comment.