Skip to content

Commit

Permalink
Merge b1b0e42 into 443fd3d
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jan 22, 2020
2 parents 443fd3d + b1b0e42 commit f88984a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ matrix:

before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- wget https://scrutinizer-ci.com/ocular.phar
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar

before_script:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --dev --no-update; fi;
Expand All @@ -35,5 +37,5 @@ script:
- vendor/bin/phpunit --coverage-clover build/coverage-clover.xml

after_script:
- vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage-clover.xml
- vendor/bin/coveralls -v -c .coveralls.yml
- php ocular.phar code-coverage:upload --format=php-clover build/coverage-clover.xml
- php php-coveralls.phar -v -c .coveralls.yml
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"symfony/dependency-injection": "~2.3|~3.0|~4.0",
"symfony/expression-language": "~2.3|~3.0|~4.0",
"symfony/console": "~2.3|~3.0|~4.0",
"phpunit/phpunit": "~7.0|~8.0",
"scrutinizer/ocular": "~1.3",
"satooshi/php-coveralls": "^1.0"
"phpunit/phpunit": "~7.0|~8.0"
}
}
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
>
<testsuites>
Expand Down

0 comments on commit f88984a

Please sign in to comment.