TravisCI: allow failing on PHP 7.3 + clang

Because clang hasn't supported 'asm goto' yet
This commit is contained in:
Pavlo Yatsukhnenko
2018-12-08 16:58:29 +02:00
parent 86cc742085
commit bb6599e47e
+2
View File
@@ -12,6 +12,8 @@ php:
env: CC=gcc
matrix:
allow_failures:
- php: 7.3
env: CC=clang
- php: nightly
include:
# php 5.3 is only available on precise