Looking for travis exit problem

This commit is contained in:
Master Yoda 2018-07-05 10:29:04 -07:00
parent 83e9b8d116
commit 4419d689eb
No known key found for this signature in database
GPG Key ID: CED549230775AD5B

View File

@ -29,7 +29,7 @@ services:
- redis-server
script:
- php -d display_errors=On vendor/bin/phpunit -v
- php --debug vendor/bin/phpunit -v
before_install:
- mysql -e "CREATE DATABASE IF NOT EXISTS test;" -uroot;