Looking for travis exit problem

This commit is contained in:
Master Yoda 2018-07-05 11:16:36 -07:00
parent d08101b029
commit f601a6d56b
No known key found for this signature in database
GPG Key ID: CED549230775AD5B

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