mirror of
https://github.com/deajan/obackup.git
synced 2024-11-14 19:53:42 +01:00
16 lines
200 B
YAML
16 lines
200 B
YAML
language: bash
|
|
|
|
sudo: required
|
|
|
|
services:
|
|
mysql
|
|
|
|
os:
|
|
linux
|
|
|
|
before_script:
|
|
service --status-all; mysql -e 'CREATE DATABASE travistest;'
|
|
|
|
script:
|
|
TRAVIS_RUN=true dev/tests/run_tests.sh
|