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

16 lines
213 B
YAML
Raw Normal View History

2018-01-26 18:15:56 +01:00
language: bash
2016-08-30 16:12:10 +02:00
2018-01-03 22:45:25 +01:00
sudo: required
2018-01-04 22:37:07 +01:00
2018-01-26 23:36:24 +01:00
services:
2018-01-04 22:37:07 +01:00
mysql
2016-08-30 16:12:10 +02:00
2016-08-30 16:27:02 +02:00
os:
linux
2016-08-30 16:12:10 +02:00
before_script:
2018-01-29 22:40:32 +01:00
service --status-all; mysql -e 'CREATE DATABASE travistest; ls /var/run;'
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