Skip to content

Commit 7e79d72

Browse files
author
Christoph Singer
committed
add travis test with symfony 5
1 parent 7bac889 commit 7e79d72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ php:
88
env:
99
- SYMFONY_VERSION=3.4.*
1010
- SYMFONY_VERSION=^4
11+
- SYMFONY_VERSION=^5
1112
- SYMFONY_VERSION=dev-master
1213

1314
before_script:
@@ -24,6 +25,8 @@ matrix:
2425
allow_failures:
2526
- env: SYMFONY_VERSION=dev-master
2627
exclude:
28+
- env: SYMFONY_VERSION=^5
29+
php: 7.1
2730
- env: SYMFONY_VERSION=dev-master
2831
php: 7.1
2932

0 commit comments

Comments
 (0)