Commit db358c83 authored by Marco Pivetta's avatar Marco Pivetta

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

Allow PHP7 + pdo_pgsql failures on Travis again
parents 77904003 2b48bcbb
...@@ -97,14 +97,6 @@ matrix: ...@@ -97,14 +97,6 @@ matrix:
addons: addons:
mariadb: 10.1 mariadb: 10.1
allow_failures: 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 - 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