Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 539fe02

Browse files
committed
chore(travis): disable safari and internet explorer tests on travis
Closes #1538
1 parent ecb7db2 commit 539fe02

File tree

1 file changed

+35
-33
lines changed

1 file changed

+35
-33
lines changed

.travis.yml

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -35,42 +35,44 @@ env:
3535
CHANNEL=dev
3636
BROWSERS=DartiumWithWebPlatform,SL_Chrome
3737

38-
# Temporary jobs to test IE and Safari to be removed in the next commit.
39-
- JOB=unit-stable-ie10
40-
CHANNEL=stable
41-
TESTS=dart2js
42-
BROWSERS=SL_IE10
43-
- JOB=unit-dev-ie10
44-
CHANNEL=dev
45-
TESTS=dart2js
46-
BROWSERS=SL_IE10
38+
# Uncomment the following lines to test on IE and Safari. It's currently commented out
39+
# because it adds 4 more VMs per build. FYI, combining them into existing jobs results
40+
# in a significantly high rate flakiness.
41+
# - JOB=unit-stable-ie10
42+
# CHANNEL=stable
43+
# TESTS=dart2js
44+
# BROWSERS=SL_IE10
45+
# - JOB=unit-dev-ie10
46+
# CHANNEL=dev
47+
# TESTS=dart2js
48+
# BROWSERS=SL_IE10
4749

48-
- JOB=unit-stable-ie11
49-
CHANNEL=stable
50-
TESTS=dart2js
51-
BROWSERS=SL_IE11
52-
- JOB=unit-dev-ie11
53-
CHANNEL=dev
54-
TESTS=dart2js
55-
BROWSERS=SL_IE11
50+
# - JOB=unit-stable-ie11
51+
# CHANNEL=stable
52+
# TESTS=dart2js
53+
# BROWSERS=SL_IE11
54+
# - JOB=unit-dev-ie11
55+
# CHANNEL=dev
56+
# TESTS=dart2js
57+
# BROWSERS=SL_IE11
5658

57-
- JOB=unit-stable-safari6
58-
CHANNEL=stable
59-
TESTS=dart2js
60-
BROWSERS=SL_Safari6
61-
- JOB=unit-dev-safari6
62-
CHANNEL=dev
63-
TESTS=dart2js
64-
BROWSERS=SL_Safari6
59+
# - JOB=unit-stable-safari6
60+
# CHANNEL=stable
61+
# TESTS=dart2js
62+
# BROWSERS=SL_Safari6
63+
# - JOB=unit-dev-safari6
64+
# CHANNEL=dev
65+
# TESTS=dart2js
66+
# BROWSERS=SL_Safari6
6567

66-
- JOB=unit-stable-safari7
67-
CHANNEL=stable
68-
TESTS=dart2js
69-
BROWSERS=SL_Safari7
70-
- JOB=unit-dev-safari7
71-
CHANNEL=dev
72-
TESTS=dart2js
73-
BROWSERS=SL_Safari7
68+
# - JOB=unit-stable-safari7
69+
# CHANNEL=stable
70+
# TESTS=dart2js
71+
# BROWSERS=SL_Safari7
72+
# - JOB=unit-dev-safari7
73+
# CHANNEL=dev
74+
# TESTS=dart2js
75+
# BROWSERS=SL_Safari7
7476

7577
global:
7678
- secure: AKoqpZ699egF0i4uT/FQ5b4jIc0h+KVbhtVCql0uFxwFIl2HjOYgDayrUCAf6USfpW0LghZxJJhBamWOl/505eNSe9HvEd8JLg/to+1Fo9xi9llsu5ehmNH31/5pue4EvsrVuEap1qqL6/BNwI2cAryayU0p5tV0g8gL5h4IxG8=

0 commit comments

Comments
 (0)