From 2e8ee6e5c4a4355d4330918b4a6a362e92956eae Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Tue, 14 Jan 2014 11:12:35 -0800 Subject: Dont break the build if tests only fail on HHVM --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bc1361209..27fe3c670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,10 @@ before_script: script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml +matrix: + allow_failures: + - php: hhvm + branches: only: - develop -- cgit v1.2.3-24-g4f1b