Skip to content

Commit 57232ef

Browse files
[travis] Add PHP 7 to allowed failures until segfaults are fixed
1 parent 6f18c75 commit 57232ef

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)