Commit a99b0c50 authored by Marco Pivetta's avatar Marco Pivetta

Adding hhvm-nightly and PHP 5.6 to the build matrix

parent 171a8762
...@@ -4,7 +4,9 @@ php: ...@@ -4,7 +4,9 @@ php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6
- hhvm - hhvm
- hhvm-nightly
env: env:
- DB=mysql - DB=mysql
...@@ -31,6 +33,7 @@ script: phpunit --configuration tests/travis/$DB.travis.xml ...@@ -31,6 +33,7 @@ script: phpunit --configuration tests/travis/$DB.travis.xml
matrix: matrix:
allow_failures: allow_failures:
- php: hhvm - php: hhvm
- 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
...@@ -38,3 +41,9 @@ matrix: ...@@ -38,3 +41,9 @@ matrix:
env: DB=pgsql POSTGRESQL_VERSION=9.2 # driver currently unsupported by HHVM env: DB=pgsql POSTGRESQL_VERSION=9.2 # driver currently unsupported by HHVM
- php: hhvm - php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.3 # driver currently unsupported by HHVM env: DB=pgsql POSTGRESQL_VERSION=9.3 # driver currently unsupported by HHVM
- php: hhvm-nightly
env: DB=pgsql POSTGRESQL_VERSION=9.1 # driver currently unsupported by HHVM
- php: hhvm-nightly
env: DB=pgsql POSTGRESQL_VERSION=9.2 # driver currently unsupported by HHVM
- php: hhvm-nightly
env: DB=pgsql POSTGRESQL_VERSION=9.3 # 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