Looking for travis exit problem

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

View File

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