From b98ecaabaa22da8e77192f80341155e2bb28808b Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Wed, 16 Apr 2014 00:49:16 -0700 Subject: [PATCH] Start testing hhvm on travis-ci Lets see if it even has imap enabled :-) --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e6b7e6..77d571d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm before_script: - composer self-update && composer install --dev @@ -13,4 +14,8 @@ before_script: script: ./tests/runTests.sh after_script: - - php vendor/bin/coveralls -v \ No newline at end of file + - php vendor/bin/coveralls -v + +matrix: + allow_failures: + - php: hhvm \ No newline at end of file