Skip to content

Commit

Permalink
Merge pull request #123 from julianduque/master
Browse files Browse the repository at this point in the history
upgrade to NANv2
  • Loading branch information
sonnyp committed Aug 28, 2015
2 parents 9b227ff + 9ae540c commit 9daf70f
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 126 deletions.
15 changes: 14 additions & 1 deletion .travis.yml
Expand Up @@ -2,11 +2,24 @@ sudo: false

language: node_js

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

node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs-v2.5.0"
- "iojs"
- "iojs-v1"
- "iojs-v2"

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

before_install:
# npm shipped with Node.js 0.8 doesn't support carret so let's update it
Expand Down

0 comments on commit 9daf70f

Please sign in to comment.