fixed Travis

This commit is contained in:
Fabien Potencier
2019-08-10 11:21:33 +02:00
parent be629b591b
commit 2e3aa4f7ec
+2 -2
View File
@@ -10,11 +10,11 @@ before_install:
install:
- travis_retry composer install
- (cd extra/html-extension && travis_retry composer install)
- (cd extra/html-extra && travis_retry composer install)
script:
- ./vendor/bin/simple-phpunit
- (cd extra/html-extension && ./vendor/bin/simple-phpunit)
- (cd extra/html-extra && ./vendor/bin/simple-phpunit)
jobs:
fast_finish: true