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

16 lines
200 B
YAML

language: bash
sudo: required
services:
mysql
os:
linux
before_script:
service --status-all; mysql -e 'CREATE DATABASE travistest;'
script:
TRAVIS_RUN=true dev/tests/run_tests.sh