mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Switching to mysql 5.6
This commit is contained in:
parent
3a330b841c
commit
b53531cac3
13
.travis.yml
13
.travis.yml
@ -1,6 +1,15 @@
|
|||||||
language:
|
language:
|
||||||
bash
|
bash
|
||||||
|
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- mysql-server-5.6
|
||||||
|
- mysql-client-core-5.6
|
||||||
|
- mysql-client-5.6
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql
|
mysql
|
||||||
|
|
||||||
@ -8,11 +17,7 @@ os:
|
|||||||
linux
|
linux
|
||||||
osx
|
osx
|
||||||
|
|
||||||
sudo:
|
|
||||||
required
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
which mysql && until mysql -u root -e "show status" &>/dev/null; do echo "Waiting for MySQL to start..."; sleep 5; done;
|
|
||||||
mysql -e 'CREATE DATABASE travistest;'
|
mysql -e 'CREATE DATABASE travistest;'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user