Skip to content

Commit

Permalink
[travis] Use a gcc/g++-based compiler for node native compilation.
Browse files Browse the repository at this point in the history
This change is to work around the LLVM apt site going offline (source:
http://lists.llvm.org/pipermail/llvm-dev/2016-May/100303.html) which
caused the Travis builds to all fail (source
travis-ci/apt-source-safelist#279). We'll use
the gcc/g++ alternative toolchain from the
[docs](https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements).

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>

Pull request: #599
Approved by: reset
  • Loading branch information
fnichol authored and jtimberman committed Jun 12, 2016
1 parent 3d7df95 commit 7d43cfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,13 @@ matrix:
- language: node_js
node_js: 4.2.6
sudo: required
compiler: clang-3.6
env:
- CXX=clang-3.6
- CXX=g++-4.8
addons:
apt:
sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test
packages:
- clang-3.6
- g++-4.8
- wget
cache:
Expand Down

0 comments on commit 7d43cfd

Please sign in to comment.