mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
The saarch for mysql continues...
This commit is contained in:
parent
1ab7176194
commit
2eed11303b
@ -3,13 +3,13 @@ language: bash
|
||||
sudo: required
|
||||
|
||||
services:
|
||||
mysql
|
||||
- mysql
|
||||
|
||||
os:
|
||||
linux
|
||||
|
||||
before_script:
|
||||
service --status-all; ls /var; ls /var/run; mysql -e 'CREATE DATABASE travistest;'X
|
||||
service --status-all; ls /var/run; netstat -natp; mysql -e 'CREATE DATABASE travistest;'X
|
||||
|
||||
script:
|
||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user