File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 20
20
- JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
21
21
- JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs
22
22
global :
23
- # node 4 likes the G++ v4.8 compiler
24
- # see https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
25
- - CXX=g++-4.8
26
23
- SAUCE_USERNAME=angular-ci
27
24
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
28
25
- LOGS_DIR=/tmp/angular-build/logs
29
26
- BROWSER_PROVIDER_READY_FILE=/tmp/browsersprovider-tunnel-ready
30
27
- secure : oTBjhnOKhs0qDSKTf7fE4f6DYiNDPycvB7qfSF5QRIbJK/LK/J4UtFwetXuXj79HhUZG9qnoT+5e7lPaiaMlpsIKn9ann7ffqFWN1E8TMtpJF+AGigx3djYElwfgf5nEnFUFhwjFzvbfpZNnxVGgX5YbIZpe/WUbHkP4ffU0Wks=
31
28
32
- addons :
33
- apt :
34
- sources :
35
- - ubuntu-toolchain-r-test
36
- packages :
37
- - g++-4.8
38
-
39
29
before_install :
40
30
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
41
31
- export PATH="$HOME/.yarn/bin:$PATH"
You can’t perform that action at this time.
0 commit comments