Skip to content

Commit

Permalink
Avoid Travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Feb 12, 2018
1 parent 349e445 commit edae73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit edae73b

Please sign in to comment.