1
0
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:
deajan 2018-01-03 22:45:25 +01:00
parent 3a330b841c
commit b53531cac3

View File

@ -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: