Commit 6734d99f authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #906 from deeky666/fix-travis-allowed-failures

[2.5] Fix allowed failures for HHVM + MariaDB builds on Travis
parents 5fbb8ae4 972c8750
......@@ -110,18 +110,14 @@ matrix:
addons:
mariadb: 10.1
allow_failures:
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.1
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.2
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.3
- php: hhvm
env: DB=sqlite
- php: hhvm
env: DB=mysql
- php: hhvm
env: DB=mysqli
- php: hhvm
env: DB=mariadb
- php: hhvm-nightly
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