From 22beb2b24b2dabff6c6f99786861b5de65d3a89c Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Sat, 24 Feb 2018 09:51:50 +0500 Subject: [PATCH] stop building against Node 0.12 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc48ed2..07d2e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ env: - NODE_VERSION="v6" - NODE_VERSION="v5" - NODE_VERSION="v4" - - NODE_VERSION="v0.12" - NODE_VERSION="v0.10" before_install: