Looking for travis exit problem

This commit is contained in:
Master Yoda 2018-07-05 11:02:02 -07:00
parent 18fdb2669a
commit d08101b029
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 -d memory_limit=512M
- php vendor/bin/phpunit --debug -v -d memory_limit=1024M
before_install:
- mysql -e "CREATE DATABASE IF NOT EXISTS test;" -uroot;