Skip to content

Commit 086787f

Browse files
committed
build: Restore coveralls upload from CI
Follows-up f338049 which uploaded php-coveralls from v1 to v2, but I failed to notice the rename of the phar file, hence it now 404s and doesn't actually upload anything. Ref <https://github.com/php-coveralls/php-coveralls/releases>.
1 parent fc31a88 commit 086787f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ install:
1313
script:
1414
- composer test
1515
after_success:
16-
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/coveralls.phar
17-
- chmod +x coveralls.phar
18-
- ./coveralls.phar -v
16+
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
17+
- chmod +x php-coveralls.phar
18+
- ./php-coveralls.phar -v
1919
notifications:
2020
irc:
2121
channels:

0 commit comments

Comments
 (0)