From fe2b2e651aafb22e6a3fa20adb04467a72e7fd4e Mon Sep 17 00:00:00 2001 From: Hugo Fonseca Date: Sun, 1 Mar 2015 20:47:15 +0000 Subject: [PATCH 1/2] Added php7 to travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4aed11625..c3dabf51f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,14 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm +matrix: + fast_finish: true + allow_failures: + - php: 7.0 + before_script: - sudo apt-get install parallel - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini From f35d6ac0e0f483a3398444bfe4b11ecb3c082567 Mon Sep 17 00:00:00 2001 From: Hugo Fonseca Date: Tue, 3 Mar 2015 12:26:47 +0000 Subject: [PATCH 2/2] Removed php7 to travis allowed_failures --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3dabf51f..51fe9679f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,6 @@ php: - 7.0 - hhvm -matrix: - fast_finish: true - allow_failures: - - php: 7.0 - before_script: - sudo apt-get install parallel - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini