From 8eae514bee335b69ef614c59232c76c16b7a0860 Mon Sep 17 00:00:00 2001 From: Master Yoda Date: Thu, 5 Jul 2018 10:48:34 -0700 Subject: [PATCH] Looking for travis exit problem --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38fea11168..1b2a88140e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;