diff --git a/.travis.yml b/.travis.yml index b4e897dc6f9..0a793436433 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ jobs: script: - cd compiler - composer install - - travis_retry bin/compile + - bin/compile - ../tmp/rector.phar - cd ..