1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-14 19:53:42 +01:00
obackup/.travis.yml

17 lines
274 B
YAML
Raw Permalink Normal View History

# Necessary evil: if 'bash' is selected as language, travis will try to install ruby and fails
language: php
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-29 23:10:25 +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:
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