Commit f137925d authored by Benjamin Eberlei's avatar Benjamin Eberlei

Add hhvm to build matrix

parent 4d23c7bb
...@@ -4,6 +4,7 @@ php: ...@@ -4,6 +4,7 @@ php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- hhvm
env: env:
- DB=mysql - DB=mysql
...@@ -22,3 +23,6 @@ before_script: ...@@ -22,3 +23,6 @@ before_script:
script: phpunit --configuration tests/travis/$DB.travis.xml script: phpunit --configuration tests/travis/$DB.travis.xml
matrix:
allow_failures:
- 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