ops: adds mysql service on travis

This commit is contained in:
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

View File

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