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

Commit 777a67b

Browse files
chore(travis): update to use node 4.x
1 parent c3b023f commit 777a67b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@ branches:
1414
- /^g3_.*$/
1515

1616
env:
17-
# - CXX=g++-4.8
1817
matrix:
1918
- JOB=unit BROWSER_PROVIDER=saucelabs
2019
- JOB=docs-e2e BROWSER_PROVIDER=saucelabs
2120
- JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
2221
- JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs
2322
global:
23+
- CXX=g++-4.8 # node 4 likes the G++ v4.8 compiler
2424
- SAUCE_USERNAME=angular-ci
2525
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
2626
- LOGS_DIR=/tmp/angular-build/logs
2727
- BROWSER_PROVIDER_READY_FILE=/tmp/browsersprovider-tunnel-ready
2828

29+
# node 4 likes the G++ v4.8 compiler
30+
# see https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
2931
addons:
3032
apt:
3133
sources:

0 commit comments

Comments
 (0)