update .travis.yml

This commit is contained in:
Ivan Diaz 2018-09-20 19:00:46 -03:00
parent 7dcc58f88e
commit c2148f48f9
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ before_install:
- rvm use 2.2 --install --binary --fuzzy
- ruby --version
- mysql -e 'CREATE DATABASE development;'
- nvm install 4.4.7
- npm install -g npm@2.15.8
- nvm install 6.14.4
- npm install -g npm@6.1.0
- npm install -g mocha
- cd client
- npm install