From b49605a26c6f144d3762369ff410361b9fc713c1 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Wed, 4 Apr 2018 21:54:45 +0200 Subject: [PATCH] TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d10949..eff6130 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - composer global require hirak/prestissimo install: -- composer install +- travis_wait 30 composer install script: - php ./vendor/bin/phpunit