mirror of
https://github.com/deajan/obackup.git
synced 2026-02-05 22:55:14 +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
|
language: php
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
@@ -9,7 +10,7 @@ os:
|
|||||||
linux
|
linux
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
service --status-all; ls /var/run; netstat -natp; mysql -e 'CREATE DATABASE travistest;'X
|
mysql -e 'CREATE DATABASE travistest;'
|
||||||
|
|
||||||
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