Commit 4b05d580 authored by Steve Müller's avatar Steve Müller

allow PHP7 failure on Travis again

parent ca4eea9f
...@@ -98,6 +98,13 @@ matrix: ...@@ -98,6 +98,13 @@ matrix:
mariadb: 10.1 mariadb: 10.1
allow_failures: allow_failures:
- php: 7.0 - php: 7.0
env: DB=pgsql POSTGRESQL_VERSION=9.1 # not fully working yet
- php: 7.0
env: DB=pgsql POSTGRESQL_VERSION=9.2 # not fully working yet
- php: 7.0
env: DB=pgsql POSTGRESQL_VERSION=9.3 # not fully working yet
- php: 7.0
env: DB=pgsql POSTGRESQL_VERSION=9.4 # not fully working yet
- php: hhvm - php: hhvm
exclude: exclude:
- php: hhvm - php: hhvm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment