Skip to content

Commit fd1efbf

Browse files
committed
removed saucelabs testing for now
1 parent fc6db13 commit fd1efbf

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,8 @@ matrix:
4646
env: TASK=test
4747
- node_js: 8
4848
env: TASK=test
49-
- node_js: 6
50-
env: TASK=browser BROWSER_NAME=ie BROWSER_VERSION="9..latest"
51-
- node_js: 6
52-
env: TASK=browser BROWSER_NAME=opera BROWSER_VERSION="11..latest"
53-
- node_js: 6
54-
env: TASK=browser BROWSER_NAME=chrome BROWSER_VERSION="-3..latest"
55-
- node_js: 6
56-
env: TASK=browser BROWSER_NAME=firefox BROWSER_VERSION="-3..latest"
57-
- node_js: 6
58-
env: TASK=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest"
59-
- node_js: 6
60-
env: TASK=browser BROWSER_NAME=microsoftedge BROWSER_VERSION=latest
49+
- node_js: 9
50+
env: TASK=test
6151
script: "npm run $TASK"
6252
env:
6353
global:

0 commit comments

Comments
 (0)