Using node 7.9.0

This commit is contained in:
Nguyen Long Nhat 2017-09-19 20:33:16 +07:00 committed by GitHub
parent cb1813d0b7
commit a8eb4b710d

View file

@ -27,8 +27,8 @@ before_install:
- git submodule update --init --recursive
- git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 7.4.0
- nvm use 7.4.0
- nvm install 7.9.0
- nvm use 7.9.0
- npm config set python `which python`
- npm install -g gulp
- if [ $TRAVIS_OS_NAME == "linux" ]; then