Skip to content

Commit

Permalink
Fix mocha version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandiazwm committed Aug 5, 2019
1 parent 0278da8 commit b7b4161
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ services:
- mysql

before_install:
- rvm use 2.6 --install --binary --fuzzy
- rvm use 2.3 --install --binary --fuzzy
- ruby --version
- mysql -e 'CREATE DATABASE development;'
- nvm install 6.14.4
- npm install -g [email protected]
- npm install -g mocha@5.2.0
- npm install -g mocha@6.2.0
- cd client
- npm install
- cd ../tests
- gem install bundler
- bundle install
- gem install bacon
- cd ../server
Expand Down

0 comments on commit b7b4161

Please sign in to comment.