mirror of
https://github.com/deajan/obackup.git
synced 2026-02-06 07:05:14 +01:00
Travis mysql hell
This commit is contained in:
@@ -9,7 +9,7 @@ os:
|
|||||||
linux
|
linux
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
service --status-all; mysql -e 'CREATE DATABASE travistest;'
|
service --status-all; mysql -e 'CREATE DATABASE travistest; ls /var/run;'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user