mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
12 lines
142 B
YAML
12 lines
142 B
YAML
language:
|
|
bash
|
|
|
|
services:
|
|
mysql
|
|
|
|
before_script:
|
|
mysql -e 'CREATE DATABASE travistest;'
|
|
|
|
script:
|
|
dev/tests/run_travis_tests.sh
|