From e104456fbc680c35572171372ac3283967fc92cb Mon Sep 17 00:00:00 2001 From: Matthias Molitor Date: Sun, 10 Jan 2016 02:39:37 +0100 Subject: [PATCH] PHP 7 failures are not allowed anymore --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba4174c..ff8a4c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 5.5 - - 5.6 - - 7 + - '5.5' + - '5.6' + - '7.0' - hhvm before_script: @@ -19,5 +19,4 @@ after_script: matrix: allow_failures: - - php: 7 - php: hhvm