Looking for travis exit problem

This commit is contained in:
Master Yoda 2018-07-05 10:35:34 -07:00
parent 4419d689eb
commit 5c66230eb7
No known key found for this signature in database
GPG Key ID: CED549230775AD5B

View File

@ -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;