Skip to content

Commit

Permalink
Upgrade NAN remove forceset deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
paixaop committed Nov 14, 2018
1 parent 981fa6b commit 8a3cf4a
Show file tree
Hide file tree
Showing 11 changed files with 1,278 additions and 1,493 deletions.
14 changes: 13 additions & 1 deletion .travis.yml
@@ -1,8 +1,19 @@
sudo: false
language: node_js
node_js:
- "4.5.0"
- "6.9.1"
- "8.11.4"
- "9.2.0"
- "10.13.0"
- "11.1.0"

matrix:
include:
- os: linux
- os: osx
osx_image: xcode9.1
env:
- CXX=g++

env:
- CXX=g++-4.8
Expand All @@ -17,3 +28,4 @@ addons:
before_install:
- export JOBS=max
- export prebuild_compile=true
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi

0 comments on commit 8a3cf4a

Please sign in to comment.