Skip to content

Commit

Permalink
Merge pull request #176 from aik099/coveralls-not-working-fix
Browse files Browse the repository at this point in the history
Coveralls.Io integration wasn't working since 2015
  • Loading branch information
Alexander Obuhovich committed Jun 19, 2016
2 parents 3f508d2 + 9cb5290 commit 6be3a8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ script:
- if [ "$TRAVIS_PHP_VERSION" != "7" -a "$TRAVIS_PHP_VERSION" != "hhvm" ]; then paratest --coverage-clover build/logs/clover.xml; fi;

after_script:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php coveralls -v; fi;
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then coveralls -v; fi;
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php "${DOWNLOADS_FOLDER}/ocular.phar" code-coverage:upload --format=php-clover build/logs/clover.xml; fi;

after_failure:
Expand Down

0 comments on commit 6be3a8e

Please sign in to comment.