diff --git a/.travis.yml b/.travis.yml index b5dcb1f..1b10d3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: