Avoid Travis timeout

This commit is contained in:
Adrien Crivelli 2018-02-12 12:41:15 +09:00
parent 349e4452e7
commit edae73b3e0
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
php: 7.1
env: KEEP_XDEBUG=1
script:
- ./vendor/bin/phpunit --debug --coverage-clover coverage-clover.xml
- travis_wait 40 ./vendor/bin/phpunit --debug --coverage-clover coverage-clover.xml
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml