Skip to content

Commit

Permalink
Fix NAN Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekTBrown committed Jun 21, 2016
1 parent 5c04011 commit f97de44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
os:
- linux
sudo: false
language: node_js
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
language: node_js
node_js:
- "node"
install:
- export CXX=g++-4.8
- $CXX --version
- npm i

0 comments on commit f97de44

Please sign in to comment.