Test against Node 4.x, not 0.10.x

This commit is contained in:
Steve Gravrock
2017-11-08 09:11:41 -08:00
parent aaf226b9e3
commit 676689b063

View File

@@ -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