Skip to content

Commit 823bce0

Browse files
committed
minor symfony#15678 [travis] Add PHP 7 to allowed failures until segfaults are fixed (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [travis] Add PHP 7 to allowed failures until segfaults are fixed | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 57232ef [travis] Add PHP 7 to allowed failures until segfaults are fixed
2 parents 6f18c75 + 57232ef commit 823bce0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ matrix:
1414
- php: 5.4
1515
- php: 5.5
1616
- php: 5.6
17-
env: deps=low
18-
- php: 7.0
1917
env: deps=high
18+
- php: 7
19+
- php: 5.6
20+
env: deps=low
21+
allow_failures:
22+
- php: 7
2023
fast_finish: true
2124

2225
services: mongodb

0 commit comments

Comments
 (0)