1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-14 19:53:42 +01:00
obackup/.travis.yml

16 lines
230 B
YAML

language: php
sudo: required
services:
- mysql
os:
linux
before_script:
service --status-all; ls /var/run; netstat -natp; mysql -e 'CREATE DATABASE travistest;'X
script:
TRAVIS_RUN=true dev/tests/run_tests.sh