Sometimes, timing-related tests (read: KeyExpireAtTest::testCanExpireKeys) can fail but then succeed on a retry. So lets automate that retry.

This commit is contained in:
Matthew Baggett
2019-08-09 11:07:43 +02:00
parent 945e05819b
commit f3e46683b9
+1 -1
View File
@@ -12,7 +12,7 @@ before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit -c phpunit.xml.travisci
- travis_retry vendor/bin/phpunit -c phpunit.xml.travisci
matrix:
fast_finish: true
include: