switch to newer node version, in an attempt to support mocha 6

pull/409/head
El RIDO 2019-02-23 07:06:39 +01:00
parent 48560e3d60
commit fd33cc8206
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ php:
# as this is a php project, node.js v4 (for JS unit testing) isn't installed
install:
- if [ ! -d "$HOME/.nvm" ]; then mkdir -p $HOME/.nvm && curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | NVM_METHOD=script bash; fi
- source ~/.nvm/nvm.sh && nvm install 4
- source ~/.nvm/nvm.sh && nvm install 10
before_script:
- composer install -n