mirror of
https://github.com/deajan/obackup.git
synced 2024-11-14 19:53:42 +01:00
Workaround for language: bash failing with mysql
This commit is contained in:
parent
3147e30965
commit
2a270fc9c3
@ -1,3 +1,4 @@
|
||||
# Necessary evil: if 'bash' is selected as language, travis will try to install ruby and fails
|
||||
language: php
|
||||
|
||||
sudo: required
|
||||
@ -9,7 +10,7 @@ os:
|
||||
linux
|
||||
|
||||
before_script:
|
||||
service --status-all; ls /var/run; netstat -natp; mysql -e 'CREATE DATABASE travistest;'X
|
||||
mysql -e 'CREATE DATABASE travistest;'
|
||||
|
||||
script:
|
||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user