Skip to content

Commit

Permalink
Merge pull request #26 from vielmetti/vielmetti-travis-gcc-4-8
Browse files Browse the repository at this point in the history
Update .travis.yml (newer gcc version)
  • Loading branch information
rla committed Sep 12, 2015
2 parents 831d8c5 + 3c7a849 commit 5e68934
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
language: node_js
env:
- CXX="g++-4.8"
node_js:
- "0.12"
- "0.10"
- "iojs-v1"
- "iojs-v2"
- "iojs-v3"
- "4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- gcc-4.8

0 comments on commit 5e68934

Please sign in to comment.