Skip to content

Commit

Permalink
Test against Symfony 5
Browse files Browse the repository at this point in the history
Re-enabling coveralls requires php-coveralls/php-coveralls#274 to be released.
  • Loading branch information
alcaeus committed Nov 12, 2019
1 parent bd2bb65 commit f4262c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Expand Up @@ -49,6 +49,13 @@ jobs:
- composer require --dev symfony/messenger --no-update
- travis_retry composer update -n --prefer-dist

# Test against latest Symfony 5.0 dev
- php: 7.3
env: SYMFONY_REQUIRE="5.0.*"
install:
- composer require --dev symfony/messenger --no-update
- travis_retry composer update -n --prefer-dist

# Test dev versions
- php: 7.3
if: type = cron
Expand All @@ -72,5 +79,5 @@ jobs:
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
script:
- ./vendor/bin/phpunit -v --coverage-clover ./build/logs/clover.xml
after_script:
- php ./vendor/bin/coveralls -v
# after_script:
# - php ./vendor/bin/coveralls -v
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -37,7 +37,6 @@
"require-dev": {
"doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^7.5",
"symfony/cache": "^3.4.30|^4.3.3|^5.0",
"symfony/phpunit-bridge": "^4.2",
Expand Down

0 comments on commit f4262c8

Please sign in to comment.