Skip to content

Commit

Permalink
Travis config: exclude PHP 7.1 from Symfony dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Oct 15, 2019
1 parent f98d3de commit ad2ded4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ after_script:
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
# exclude:
# - env: SYMFONY_VERSION=dev-master
# php: 5.4
exclude:
- env: SYMFONY_VERSION=dev-master
php: 7.1


0 comments on commit ad2ded4

Please sign in to comment.