From 291539ad51547744f2cc6d6a0570274cd868ba49 Mon Sep 17 00:00:00 2001 From: Vieira Date: Thu, 26 Mar 2015 13:20:47 -0300 Subject: [PATCH] Added php 7.0 and allow it to fail Added php 7.0 and allow it to fail --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 440ee3c..0abb047 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,13 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm +matrix: + allow_failures: + - php: 7.0 + before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev