Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 873ca30

Browse files
committed
Init
1 parent e70fac7 commit 873ca30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ script:
2323
- ant phpstan
2424
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2525

26-
after_success:
27-
- if [ "$TRAVIS_PHP_VERSION" == "7.1" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
28-
- if [ "$TRAVIS_PHP_VERSION" == "7.1" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
26+
#after_success:
27+
# - if [ "$TRAVIS_PHP_VERSION" == "7.1" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
28+
# - if [ "$TRAVIS_PHP_VERSION" == "7.1" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

0 commit comments

Comments
 (0)