Update Node and npm versions in CI builds

This commit is contained in:
Matthew Ross 2017-06-03 09:43:46 -04:00
parent 7351086a98
commit 5b712d6054

View File

@ -4,9 +4,9 @@ php:
- '7.0' - '7.0'
- '7.1' - '7.1'
before_script: before_script:
- nvm install 4 - nvm install 7
- nvm use 4 - nvm use 7
- npm i -g npm@4 - npm i -g npm@5
- npm i -g gulp - npm i -g gulp
- npm i - npm i
- touch tests.db - touch tests.db