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