diff --git a/.travis.yml b/.travis.yml index 5fcc720..6e56938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,11 @@ addons: - mysql-client-core-5.6 - mysql-client-5.6 -service +service: mysql os: linux - osx before_script: service --status-all; mysql -e 'CREATE DATABASE travistest;'