mirror of
https://github.com/deajan/obackup.git
synced 2026-02-05 14:45:16 +01:00
Workaround for language: bash failing with mysql
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user