Skip to content

Commit

Permalink
set CXX for travis tests and add node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Dec 11, 2015
1 parent 5f668a1 commit 61679e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
language: node_js

node_js:
- "0.12"
- "0.10"
- "4"
- "stable"

env:
global:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 61679e4

Please sign in to comment.