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