Skip to content

Commit ad2ded4

Browse files
author
Christoph Singer
committed
Travis config: exclude PHP 7.1 from Symfony dev-master
1 parent f98d3de commit ad2ded4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ after_script:
2323
matrix:
2424
allow_failures:
2525
- env: SYMFONY_VERSION=dev-master
26-
# exclude:
27-
# - env: SYMFONY_VERSION=dev-master
28-
# php: 5.4
26+
exclude:
27+
- env: SYMFONY_VERSION=dev-master
28+
php: 7.1
2929

3030

0 commit comments

Comments
 (0)