Skip to content

Commit 41266d5

Browse files
committed
add coveralls
1 parent a7d3aca commit 41266d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
after_script:
3232
- wget https://scrutinizer-ci.com/ocular.phar
3333
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
34-
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
35-
- php coveralls.phar --verbose;
36-
34+
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
35+
- php coveralls.phar --verbose
3736

3837
cache:
3938
directories:

0 commit comments

Comments
 (0)