mirror of
https://github.com/deajan/obackup.git
synced 2024-11-14 19:53:42 +01:00
Travis mysql hell
This commit is contained in:
parent
a2c5f6e51d
commit
792d1415f2
@ -9,7 +9,7 @@ os:
|
||||
linux
|
||||
|
||||
before_script:
|
||||
service --status-all; mysql -e 'CREATE DATABASE travistest;'
|
||||
service --status-all; mysql -e 'CREATE DATABASE travistest; ls /var/run;'
|
||||
|
||||
script:
|
||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user