trying to convince travis CI to use node.js 4 or later

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

@ -4,6 +4,8 @@ php:
- 5.5
- 5.6
- 7.0
node_js:
- "node"
before_script:
- composer install -n

Loading…
Cancel
Save