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

pull/208/head
El RIDO 7 years ago
parent 9d246d4abd
commit 7163ac40b5
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

@ -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

Loading…
Cancel
Save