From ad3e23a27a36acff551e4f100fb8f8efbe2f08f2 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Pan Date: Sat, 16 Jan 2016 17:53:38 +0200 Subject: [PATCH] Updated travis.yml to run on PHP7 --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb7617b..7ff498f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,16 +5,7 @@ php: - 5.5 - 5.6 - 7.0 -# - hhvm -# - hhvm-nightly - -# 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-nightly - - php: 7.0 + - hhvm # faster builds on new travis setup not using sudo sudo: false