trying harder to convince travis CI to use node.js 4

This commit is contained in:
El RIDO 2017-02-12 14:57:20 +01:00
parent 9d246d4abd
commit 7163ac40b5
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -4,8 +4,12 @@ php:
- 5.5
- 5.6
- 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:
- composer install -n