trying harder to convince travis CI to use node.js 4
This commit is contained in:
parent
9d246d4abd
commit
7163ac40b5
1 changed files with 6 additions and 2 deletions
|
@ -4,8 +4,12 @@ php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
node_js:
|
|
||||||
- "node"
|
env:
|
||||||
|
- TRAVIS_NODE_VERSION="4"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- 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 $TRAVIS_NODE_VERSION
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer install -n
|
- composer install -n
|
||||||
|
|
Loading…
Reference in a new issue