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

Commit dd16775

Browse files
committed
chore(travis): temporary disable IE & Safari when running tests on travis
Closes #1464
1 parent 8c1f79a commit dd16775

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ env:
1919
- JOB=unit-stable
2020
CHANNEL=stable
2121
TESTS=dart2js
22-
BROWSERS=SL_Chrome,SL_Firefox,SL_IE10,SL_IE11,SL_Safari6,SL_Safari7
22+
BROWSERS=SL_Chrome,SL_Firefox
2323
- JOB=unit-dev
2424
CHANNEL=dev
2525
TESTS=dart2js
26-
BROWSERS=SL_Chrome,SL_Firefox,SL_IE10,SL_IE11,SL_Safari6,SL_Safari7
26+
BROWSERS=SL_Chrome,SL_Firefox
2727
- JOB=e2e-g3stable
2828
CHANNEL=stable
29-
BROWSERS=DartiumWithWebPlatform,SL_Chrome,SL_Firefox,SL_IE10,SL_IE11,SL_Safari6,SL_Safari7
29+
BROWSERS=DartiumWithWebPlatform,SL_Chrome
3030
USE_G3=YES
3131
- JOB=e2e-stable
3232
CHANNEL=stable
33-
BROWSERS=DartiumWithWebPlatform,SL_Chrome,SL_Firefox,SL_IE10,SL_IE11,SL_Safari6,SL_Safari7
33+
BROWSERS=DartiumWithWebPlatform,SL_Chrome
3434
- JOB=e2e-dev
3535
CHANNEL=dev
36-
BROWSERS=DartiumWithWebPlatform,SL_Chrome,SL_Firefox,SL_IE10,SL_IE11,SL_Safari6,SL_Safari7
36+
BROWSERS=DartiumWithWebPlatform,SL_Chrome
3737
global:
3838
- secure: AKoqpZ699egF0i4uT/FQ5b4jIc0h+KVbhtVCql0uFxwFIl2HjOYgDayrUCAf6USfpW0LghZxJJhBamWOl/505eNSe9HvEd8JLg/to+1Fo9xi9llsu5ehmNH31/5pue4EvsrVuEap1qqL6/BNwI2cAryayU0p5tV0g8gL5h4IxG8=
3939
- LOGS_DIR=/tmp/angular-build/logs

0 commit comments

Comments
 (0)