Skip to content

Commit e538eb4

Browse files
committedMar 26, 2021
reduce travis testing matrix size
1 parent eb28b45 commit e538eb4

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed
 

‎.travis.yml

+5-13
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,14 @@ env:
1414

1515
addons:
1616
sauce_connect: true
17-
17+
1818
jobs:
1919
include:
20-
- node_js: '6'
20+
- node_js: '8'
2121
env: BROWSER_NAME=chrome BROWSER_VERSION=latest
22-
- node_js: '6'
23-
env: BROWSER_NAME=chrome BROWSER_VERSION=29
24-
- node_js: '6'
22+
- node_js: '8'
2523
env: BROWSER_NAME=firefox BROWSER_VERSION=latest
26-
- node_js: '6'
24+
- node_js: '8'
2725
env: BROWSER_NAME=safari BROWSER_VERSION=latest
28-
- node_js: '6'
29-
env: BROWSER_NAME=safari BROWSER_VERSION=7
30-
- node_js: '6'
26+
- node_js: '8'
3127
env: BROWSER_NAME=ie BROWSER_VERSION=11
32-
- node_js: '6'
33-
env: BROWSER_NAME=ie BROWSER_VERSION=10
34-
- node_js: '6'
35-
env: BROWSER_NAME=ie BROWSER_VERSION=9

0 commit comments

Comments
 (0)
Please sign in to comment.