Test against Node 4.x, not 0.10.x
This commit is contained in:
@@ -4,7 +4,7 @@ rm -rf ~/.nvm
|
|||||||
git clone https://github.com/creationix/nvm.git ~/.nvm
|
git clone https://github.com/creationix/nvm.git ~/.nvm
|
||||||
(cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)
|
(cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)
|
||||||
source ~/.nvm/nvm.sh
|
source ~/.nvm/nvm.sh
|
||||||
nvm install v0.12.18
|
nvm install v4.8.6
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user