mirror of
https://github.com/deajan/obackup.git
synced 2026-02-06 15:15:16 +01:00
Fixed travis file syntax
This commit is contained in:
@@ -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;'
|
||||||
|
|||||||
Reference in New Issue
Block a user