Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0f0a16e

Browse files
authored
chore(travis): remove unnessecary addons
The "Trusty" build environment on Travis includes these addons, see https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements Closes #16286
1 parent 84294ec commit 0f0a16e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

-10
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,12 @@ env:
2020
- JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
2121
- JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs
2222
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
2623
- SAUCE_USERNAME=angular-ci
2724
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
2825
- LOGS_DIR=/tmp/angular-build/logs
2926
- BROWSER_PROVIDER_READY_FILE=/tmp/browsersprovider-tunnel-ready
3027
- secure: oTBjhnOKhs0qDSKTf7fE4f6DYiNDPycvB7qfSF5QRIbJK/LK/J4UtFwetXuXj79HhUZG9qnoT+5e7lPaiaMlpsIKn9ann7ffqFWN1E8TMtpJF+AGigx3djYElwfgf5nEnFUFhwjFzvbfpZNnxVGgX5YbIZpe/WUbHkP4ffU0Wks=
3128

32-
addons:
33-
apt:
34-
sources:
35-
- ubuntu-toolchain-r-test
36-
packages:
37-
- g++-4.8
38-
3929
before_install:
4030
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
4131
- export PATH="$HOME/.yarn/bin:$PATH"

0 commit comments

Comments
 (0)