Skip to content

Commit 2c5497d

Browse files
chore(travis): Battling and trying to fix coveralls
1 parent a2c2f8e commit 2c5497d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ install: travis_retry composer install --no-interaction --prefer-source
1414

1515
script:
1616
- mkdir -p build/logs
17+
- php vendor/bin/phpunit -c phpunit.xml.dist
1718
- phpunit --coverage-text --coverage-clover=coverage.clover
1819
- phpunit --coverage-clover build/logs/clover.xml
1920

2021
after_script:
2122
- wget https://scrutinizer-ci.com/ocular.phar
2223
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
23-
- php vendor/bin/coveralls -v
24+
- travis_retry php vendor/bin/coveralls -v
2425

2526
notifications:
2627
slack: red-creek:5lI8ybvl6YTcCNPosh4TE13h

0 commit comments

Comments
 (0)