Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 7555659

Browse files
committed
disable ie8 tests
1 parent a7ce149 commit 7555659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ matrix:
1818
env: SAUCE_LABS=true PARSER="traceur"
1919
- node_js: "0.10"
2020
env: SAUCE_LABS=true PARSER="6to5"
21-
- node_js: "0.10"
22-
env: SAUCE_LABS=true PARSER="traceur" OPTIONS="--ie8"
23-
- node_js: "0.10"
24-
env: SAUCE_LABS=true PARSER="6to5" OPTIONS="--ie8"
21+
# - node_js: "0.10"
22+
# env: SAUCE_LABS=true PARSER="traceur" OPTIONS="--ie8"
23+
# - node_js: "0.10"
24+
# env: SAUCE_LABS=true PARSER="6to5" OPTIONS="--ie8"
2525
before_install:
2626
- export CHROME_BIN=chromium-browser
2727
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)