Fix mocha version

This commit is contained in:
Ivan Diaz 2019-08-04 18:07:32 +02:00
parent 0278da8942
commit b7b4161cd9

View File

@ -10,15 +10,16 @@ services:
- mysql - mysql
before_install: before_install:
- rvm use 2.6 --install --binary --fuzzy - rvm use 2.3 --install --binary --fuzzy
- ruby --version - ruby --version
- mysql -e 'CREATE DATABASE development;' - mysql -e 'CREATE DATABASE development;'
- nvm install 6.14.4 - nvm install 6.14.4
- npm install -g npm@6.1.0 - npm install -g npm@6.1.0
- npm install -g mocha@5.2.0 - npm install -g mocha@6.2.0
- cd client - cd client
- npm install - npm install
- cd ../tests - cd ../tests
- gem install bundler
- bundle install - bundle install
- gem install bacon - gem install bacon
- cd ../server - cd ../server