Skip to content

Commit 023f4f0

Browse files
Allow failures on PHP 7.2 and PHP 7.3
1 parent e92a128 commit 023f4f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ php:
1414
- 7.2
1515
- master
1616

17+
matrix:
18+
allow_failures:
19+
- php: 7.2
20+
- php: master
21+
fast_finish: true
22+
1723
env:
1824
matrix:
1925
- DEPENDENCIES="high"

0 commit comments

Comments
 (0)