Skip to content

Commit 334c232

Browse files
committed
allow failures for 7.3 right now
1 parent 2f013ed commit 334c232

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ php:
88
- 5.6
99
- 5.5
1010
- 5.4
11+
matrix:
12+
fast_finish: true
13+
allow_failures:
14+
- php: 7.3
1115
install:
1216
- pear list
1317
- pear channel-update pear

0 commit comments

Comments
 (0)