From e85f1b3fe76d4b99dd46ce9daeb0290fc25a048d Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 22 Jan 2018 23:32:35 +0100 Subject: [PATCH] Properly add travis_wait to phpunit test --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e42ec8c6..63b6b3a7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,6 @@ before_install: - composer validate install: - - travis_wait mvn install - yes '' | pecl install imagick # Configure environment settings - cp .env.travis .env @@ -62,4 +61,4 @@ before_script: script: - ./vendor/bin/phpunit + travis_wait ./vendor/bin/phpunit