Skip to content

Commit

Permalink
Merge pull request #71 from vladikoff/node4
Browse files Browse the repository at this point in the history
set CXX for travis tests and add node 4
  • Loading branch information
rvagg committed Dec 14, 2015
2 parents 5f668a1 + 61679e4 commit f37608d
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 f37608d

Please sign in to comment.