mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
More mysql tries
This commit is contained in:
parent
af81f46935
commit
631c6d3565
12
.travis.yml
12
.travis.yml
@ -1,17 +1,21 @@
|
|||||||
language:
|
language:
|
||||||
bash
|
bash
|
||||||
|
|
||||||
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
|
addons:
|
||||||
services:
|
apt:
|
||||||
mysql
|
packages:
|
||||||
|
- mysql-server-5.6
|
||||||
|
- mysql-client-core-5.6
|
||||||
|
- mysql-client-5.6
|
||||||
|
|
||||||
os:
|
os:
|
||||||
linux
|
linux
|
||||||
osx
|
osx
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
mysql -e 'CREATE DATABASE travistest;'
|
service --status-all; mysql -e 'CREATE DATABASE travistest;'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user