Switch to older Node version for CI

This commit is contained in:
Matthew Ross 2017-06-03 09:54:19 -04:00
parent 5b712d6054
commit 7e67886f3a

View File

@ -4,8 +4,8 @@ php:
- '7.0'
- '7.1'
before_script:
- nvm install 7
- nvm use 7
- nvm install 5
- nvm use 5
- npm i -g npm@5
- npm i -g gulp
- npm i