From 804797ee3dd714e8482cd4a7928fcf586dde27de Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Tue, 1 Apr 2014 22:06:46 -0700 Subject: [PATCH] Fix #35: Add hhvm to continuous integration tests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: