Skip to content

Commit 8ca1a06

Browse files
committed
Some changes in travis
1 parent 719f048 commit 8ca1a06

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ install:
99
- composer global require "fxp/composer-asset-plugin:^1.3"
1010
- composer install
1111

12-
- wget -c -nc --retry-connrefused --tries=0 https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar -O coveralls.phar
13-
- chmod +x coveralls.phar
12+
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
13+
- chmod +x php-coveralls.phar
1414
- php coveralls.phar --version
1515

1616

@@ -23,14 +23,12 @@ before_script:
2323

2424
script:
2525
- php vendor/bin/phpunit -c phpunit.xml.dist
26+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
2627

2728

2829
after_script:
2930
- travis_retry php coveralls.phar -v
3031

31-
after_success:
32-
- travis_retry php vendor/bin/php-coveralls -v
33-
3432
branches:
3533
only: master
3634

0 commit comments

Comments
 (0)