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

Travis mysql Hell

This commit is contained in:
deajan 2018-01-29 22:56:46 +01:00
parent 792d1415f2
commit 1ab7176194

View File

@ -9,7 +9,7 @@ os:
linux linux
before_script: before_script:
service --status-all; mysql -e 'CREATE DATABASE travistest; ls /var/run;' service --status-all; ls /var; ls /var/run; mysql -e 'CREATE DATABASE travistest;'X
script: script:
TRAVIS_RUN=true dev/tests/run_tests.sh TRAVIS_RUN=true dev/tests/run_tests.sh