language:
bash
services:
mysql
os:
linux
osx
before_script:
mysql -e 'CREATE DATABASE travistest;'
script:
dev/tests/run_tests.sh travis