Commit 0b51b818 authored by Marco Pivetta's avatar Marco Pivetta

Travis builds should not allow failures on mysql anymore

parent 31166078
...@@ -31,8 +31,17 @@ script: phpunit --configuration tests/travis/$DB.travis.xml ...@@ -31,8 +31,17 @@ script: phpunit --configuration tests/travis/$DB.travis.xml
matrix: matrix:
allow_failures: allow_failures:
- php: hhvm - php: hhvm
- php: hhvm-nightly 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=mysqli
- php: hhvm-nightly
exclude: exclude:
- php: hhvm - php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.1 # driver currently unsupported by HHVM env: DB=pgsql POSTGRESQL_VERSION=9.1 # driver currently unsupported by 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