Skip to content

Commit

Permalink
Nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 25, 2019
1 parent 156c597 commit f4152f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ matrix:
- php: 7.3
env: SYMFONY_VERSION=4.3.* CODE_COVERAGE=0

#services:
# - rabbitmq

before_install:
# This is mandatory or 'apt-get install' calls following will fail
- sudo apt-get update -qq
Expand Down Expand Up @@ -46,7 +43,7 @@ script:

after_failure:
# Display as much info as we can to help developers
- then php -i
- php -i

after_script:
# Upload code-coverage to Scrutinizer
Expand Down
9 changes: 9 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Ver 0.7.1

* FIXED: make yml config compatible with recent Symfony 3 versions

* IMPROVED: declare compatibility with Symfony 4, even though we are known to fail with Sf >= 3.4

* IMPROVED: update Travis tests to use more recent versions of PHP and Symfony and get back to partial green


# Ver 0.7

* NEW: made the package compatible with Symfony 3. As a side effect, we do not support Symfony 2.3 any more.
Expand Down

0 comments on commit f4152f0

Please sign in to comment.