Skip to content

Commit

Permalink
stop building against Node 0.12
Browse files Browse the repository at this point in the history
With new enough compilers, V8 headers corresponding to 0.12 no longer
compile. For more details see
https://github.com/nodejs/nan#compiling-against-nodejs-012-on-osx
  • Loading branch information
ofrobots authored and es128 committed Apr 3, 2018
1 parent 10ab073 commit 22beb2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,6 @@ env:
- NODE_VERSION="v6"
- NODE_VERSION="v5"
- NODE_VERSION="v4"
- NODE_VERSION="v0.12"
- NODE_VERSION="v0.10"

before_install:
Expand Down

0 comments on commit 22beb2b

Please sign in to comment.