diff --git a/.travis.yml b/.travis.yml index b733066684..38fea11168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ services: - redis-server script: - - php --debug vendor/bin/phpunit -v + - php vendor/bin/phpunit --debug -v before_install: - mysql -e "CREATE DATABASE IF NOT EXISTS test;" -uroot;