From ec2b5742ecaca294d7b59083cf0ddbd0c504a121 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Wed, 4 Apr 2018 21:16:36 +0200 Subject: [PATCH] Revert "TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received)" This reverts commit ec2f3c6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70a4eb9..ada4db8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - sudo locale-gen de_DE.UTF-8 es_ES.UTF-8 en_GB.UTF-8 en_US.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 pl_PL.UTF-8 ru_RU.UTF-8 install: - - travis_wait composer install + - composer install script: - php ./vendor/bin/phpunit