1
0
mirror of https://github.com/deajan/obackup.git synced 2024-09-19 20:22:18 +02:00
obackup/.travis.yml
2016-09-02 13:27:39 +02:00

16 lines
174 B
YAML

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