1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-15 04:03:41 +01:00

Fixed travis file syntax

This commit is contained in:
deajan 2018-01-26 23:05:01 +01:00
parent 204680d108
commit 299f242e89

View File

@ -9,12 +9,11 @@ addons:
- mysql-client-core-5.6 - mysql-client-core-5.6
- mysql-client-5.6 - mysql-client-5.6
service service:
mysql mysql
os: os:
linux linux
osx
before_script: before_script:
service --status-all; mysql -e 'CREATE DATABASE travistest;' service --status-all; mysql -e 'CREATE DATABASE travistest;'