From 0b9a65ceadf22a6287ea500c6a6ae14d822683f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 18 Feb 2016 11:51:19 +0100 Subject: [PATCH] Use strings for PHP versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise it's converted to number in YML and can cause strange results (PHP 7.0 becomes 7 and it doesn't properly compare). Signed-off-by: Michal Čihař --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70a3370cd7..b492094268 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,13 +56,13 @@ after_script: matrix: allow_failures: - - php: 5.6 + - php: "5.6" env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" CI_MODE="selenium" fast_finish: true include: - - php: 5.6 + - php: "5.6" env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" CI_MODE="selenium" - - php: 7.0 + - php: "7.0" env: CI_MODE="release" cache: directories: