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

16 lines
165 B
YAML

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