mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
16 lines
165 B
YAML
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
|