ops: adds mysql service on travis

main
Washington Botelho 2019-10-03 20:36:19 -03:00
parent 69003bd30c
commit 3fff8bc5af
No known key found for this signature in database
GPG Key ID: 5DE4F42A8F073617
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ language: ruby
rvm: rvm:
- 2.6 - 2.6
services:
- mysql
script: script:
- bundle exec rake spec - bundle exec rake spec
- bundle exec rake spec_config - bundle exec rake spec_config