Skip to content

Commit c9cd831

Browse files
committed
WIP
1 parent 8c98557 commit c9cd831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ services:
2121
before_script:
2222
- travis_retry composer self-update
2323
- travis_retry composer install --no-interaction --prefer-source
24-
- chmod +x *.sh
24+
- travis_retry chmod +x *.sh
2525

2626
script:
27-
- ./phpunit-${PU_FILE}.sh
27+
- travis_retry ./phpunit-${PU_FILE}.sh
2828

2929
after_success:
3030
- travis_retry php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)