Skip to content

Commit

Permalink
[travis] Use g++ 4.8 instead of clang
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Aug 25, 2015
1 parent c1782ec commit e530220
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ node_js:
- "0.10"
- "0.12"
- "iojs"
addons:
apt:
sources:
- "ubuntu-toolchain-r-test"
packages:
- "g++-4.8"
env:
- "CXX=clang"
- "CXX=g++-4.8"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.14.0; fi'
script:
Expand Down

0 comments on commit e530220

Please sign in to comment.