From 676689b0633f6b6fd2f47ce09c498bc05f207303 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Wed, 8 Nov 2017 09:11:41 -0800 Subject: [PATCH] Test against Node 4.x, not 0.10.x --- travis-node-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-node-script.sh b/travis-node-script.sh index 6fa0ded0..65a2b073 100644 --- a/travis-node-script.sh +++ b/travis-node-script.sh @@ -4,7 +4,7 @@ rm -rf ~/.nvm git clone https://github.com/creationix/nvm.git ~/.nvm (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) source ~/.nvm/nvm.sh -nvm install v0.12.18 +nvm install v4.8.6 npm install npm test