1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-14 19:53:42 +01:00

The saarch for mysql continues...

This commit is contained in:
deajan 2018-01-29 23:10:25 +01:00
parent 1ab7176194
commit 2eed11303b

View File

@ -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