mirror of
https://github.com/predis/predis.git
synced 2026-08-31 04:35:05 +00:00
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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user