From 3667e18885461459ef0072e7a2298d3060946459 Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Sun, 8 Mar 2015 19:30:56 +0200 Subject: [PATCH] Test on HHVM nightly releases. Allow to fail. Nightly releases could change in unpredictable way. So they should not fail the whole build. However we could catch problems and breaking changes on next versions of HHVM early. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3e9443e80..a2929f562 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,11 @@ php: - 5.6 - 7.0 - hhvm + - hhvm-nightly + +matrix: + allow_failures: + - php: hhvm-nightly before_script: - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini