ops: adds mysql service on travis
parent
69003bd30c
commit
3fff8bc5af
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue