From 6fd18111b4d07612ce4841b932ff6bae352eb37d 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 ebf0aac..c710f3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - composer global require hirak/prestissimo install: - - composer install -vvv + - travis_wait 30 composer install -vvv script: - php ./vendor/bin/phpunit