ops: adds mysql service on travis
parent
69003bd30c
commit
3fff8bc5af
|
@ -3,6 +3,9 @@ language: ruby
|
|||
rvm:
|
||||
- 2.6
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
script:
|
||||
- bundle exec rake spec
|
||||
- bundle exec rake spec_config
|
||||
|
|
Loading…
Reference in New Issue