From fe2b2e651aafb22e6a3fa20adb04467a72e7fd4e Mon Sep 17 00:00:00 2001 From: Hugo Fonseca Date: Sun, 1 Mar 2015 20:47:15 +0000 Subject: [PATCH] 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