From 111dce92d2e1b21cda193193a9eff3ac8ea52f65 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 12 Oct 2016 22:26:14 -0400 Subject: [PATCH] Allow travis to fail on hhvm --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67d71d4..9a35832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,5 @@ after_script: matrix: allow_failures: - - php: nightly \ No newline at end of file + - php: nightly + - php: hhvm \ No newline at end of file