21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-25 21:40:49 +02:00

add mysql to services for Travis test suite

This commit is contained in:
Jérémy Lecour 2019-08-17 01:34:59 +02:00
parent b5cdbd369e
commit 83a824b64f

View file

@ -19,6 +19,9 @@ sudo: required # required with chrome addon
addons:
chrome: stable
services:
- mysql
before_install:
- cp config/database.example.yml config/database.yml
- cp config/secrets.example.yml config/secrets.yml