Skip to content

Commit

Permalink
add travis test with symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Nov 21, 2019
1 parent 7bac889 commit 7e79d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ php:
env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=^4
- SYMFONY_VERSION=^5
- SYMFONY_VERSION=dev-master

before_script:
Expand All @@ -24,6 +25,8 @@ matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
exclude:
- env: SYMFONY_VERSION=^5
php: 7.1
- env: SYMFONY_VERSION=dev-master
php: 7.1

Expand Down

0 comments on commit 7e79d72

Please sign in to comment.