From a51e0c73f4b85977449ef1cf70a3da0e0a974afe Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Tue, 29 Aug 2017 16:38:25 -0400 Subject: [PATCH] Changed travis.yml to only build with latest node version. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9ddf2376..3285399da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ addons: - gcc-4.8 - libzmq3-dev node_js: - - '0.12' - - '4' + - '8' install: - npm install script: