remove retry, breaks json

This commit is contained in:
TomasVotruba 2020-02-10 18:18:52 +01:00
parent a8a9886c26
commit a0f303f1b8

View File

@ -19,7 +19,7 @@ jobs:
script:
- cd compiler
- composer install
- travis_retry bin/compile
- bin/compile
- ../tmp/rector.phar
- cd ..