From 50d7975fd602e3b97eb76ff8cdb42ff04f095b7d Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 7 Jun 2014 15:11:51 +0200 Subject: [PATCH] Allowing failures on hhvm-nightly, as the build chokes on composer installation for now (unrecognized console flags) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b1e0cb793..ebe4fb02c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,3 +38,5 @@ matrix: env: DB=pgsql # driver currently unsupported by HHVM - php: hhvm-nightly env: DB=mysqli # driver currently unsupported by HHVM + allow_failures: + - php: hhvm-nightly # hhvm-nightly currently chokes on composer installation