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