Commit fbd6ab25 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #2278 from deeky666/allow-travis-php7-failures

Allow PHP7 failure on Travis again
parents ca4eea9f 4b05d580
......@@ -98,6 +98,13 @@ matrix:
mariadb: 10.1
allow_failures:
- 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
exclude:
- 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