1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-15 04:03:41 +01:00
obackup/.travis.yml

25 lines
314 B
YAML
Raw Normal View History

2016-08-30 16:12:10 +02:00
language:
bash
2018-01-03 22:45:25 +01:00
sudo: required
2018-01-04 22:37:07 +01:00
2018-01-26 18:11:28 +01:00
addons:
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
2018-01-04 22:37:07 +01:00
service
mysql
2016-08-30 16:12:10 +02:00
2016-08-30 16:27:02 +02:00
os:
linux
osx
2016-08-30 16:12:10 +02:00
before_script:
2018-01-04 00:03:31 +01:00
service --status-all; mysql -e 'CREATE DATABASE travistest;'
2016-08-30 16:12:10 +02:00
script:
2016-09-02 13:27:39 +02:00
TRAVIS_RUN=true dev/tests/run_tests.sh