File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
- ARCH=linux-x64
25
25
- DART_DEV_VERSION=latest
26
26
- DART_STABLE_VERSION=latest
27
+ - BROWSER_PROVIDER_READY_FILE=/tmp/angular-material2-build/readyfile
27
28
# Token for tsd to increase github rate limit
28
29
# See https://github.com/DefinitelyTyped/tsd#tsdrc
29
30
# This does not use http://docs.travis-ci.com/user/environment-variables/#Secure-Variables
35
36
- secure : " fq/U7VDMWO8O8SnAQkdbkoSe2X92PVqg4d044HmRYVmcf6YbO48+xeGJ8yOk0pCBwl3ISO4Q2ot0x546kxfiYBuHkZetlngZxZCtQiFT9kyId8ZKcYdXaIW9OVdw3Gh3tQyUwDucfkVhqcs52D6NZjyE2aWZ4/d1V4kWRO/LMgo="
36
37
matrix :
37
38
# Order: a slower build first, so that we don't occupy an idle travis worker waiting for others to complete.
39
+ - MODE=e2e
38
40
- MODE=saucelabs_required
39
41
- MODE=browserstack_required
40
42
- MODE=dart_required DART_CHANNEL=stable DART_VERSION=$DART_STABLE_VERSION
41
43
- MODE=saucelabs_optional
42
44
- MODE=browserstack_optional
43
- - MODE=e2e
44
45
45
46
matrix :
46
47
allow_failures :
Original file line number Diff line number Diff line change 2
2
3
3
export MODE=e2e
4
4
export LOGS_DIR=/tmp/angular-material2-build/logs
5
- export BROWSER_PROVIDER_READY_FILE=$LOGS_DIR /sauce-connect-readyfile
6
5
export SAUCE_USERNAME=angular-ci
7
6
export SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
8
7
export TRAVIS_JOB_NUMBER=12345
You can’t perform that action at this time.
0 commit comments