Skip to content

Commit

Permalink
Merge pull request #906 from deeky666/fix-travis-allowed-failures
Browse files Browse the repository at this point in the history
[2.5] Fix allowed failures for HHVM + MariaDB builds on Travis
  • Loading branch information
beberlei committed Sep 16, 2015
2 parents 5fbb8ae + 972c875 commit 6734d99
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6734d99

Please sign in to comment.