Skip to content

Commit

Permalink
Add g++-4.8 to travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Oct 28, 2015
1 parent d0129cc commit 2d1c4b1
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
@@ -1,7 +1,13 @@
sudo: false
language: node_js
env:
- BITCORENODE_ENV=test BITCORENODE_ASSUME_YES=true
- BITCORENODE_ENV=test BITCORENODE_ASSUME_YES=true CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "v0.12.7"
- "v4"
Expand Down

0 comments on commit 2d1c4b1

Please sign in to comment.