From 39775d081a07ecad0b0b787c05722e16f31feff5 Mon Sep 17 00:00:00 2001 From: igor-chepurnoi Date: Thu, 3 Nov 2016 19:15:38 +0200 Subject: [PATCH] update travis config --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e13f6a2..589d768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,6 @@ php: - 5.6 - 7.0 -# run build against hhvm but allow them to fail -# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail -matrix: - fast_finish: true - allow_failures: - - php: hhvm - # faster builds on new travis setup not using sudo sudo: false