Use a less ancient Node on Travis CI
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user