Fix #35: Add hhvm to continuous integration tests

This commit is contained in:
Zach Borboa
2014-04-01 22:06:46 -07:00
parent 8f89dafed1
commit 804797ee3d
+4
View File
@@ -2,6 +2,10 @@ language: php
php:
- 5.5
- 5.4
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
script: