Skip to content

Commit

Permalink
try create manu dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tchvan committed May 12, 2020
1 parent 8b0a267 commit 7e42018
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ script:

before_script:
- sudo mysql -e 'create database testing;'
- sudo mysql -e 'create database testing1;'
- sudo mysql -e 'create database testing2;'
- sudo mysql -e 'create database testing3;'
- sudo mysql -e 'create database testing4;'

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

0 comments on commit 7e42018

Please sign in to comment.