From 7e5ca999125d7cbbd608db4a616dff5473cf4fce Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 24 Oct 2019 09:43:28 +0200 Subject: Greener Travis? (#2589) With PHP 7.4 just around the corner, I suggest to test only the minimum and maximum PHP versions we support in Travis, to save resources (greener). For the translation check, with can test with max version -1 to run on yet another PHP version. It makes also the Travis tests faster to complete. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57121d727..67889f166 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: php php: - 5.6 - - 7.0 - - 7.1 - - 7.2 - 7.3 install: @@ -51,4 +48,4 @@ matrix: - git ls-files --exclude='*Dockerfile*' --ignored | xargs --max-lines=1 "$HADOLINT" allow_failures: - env: CHECK_TRANSLATION=yes VALIDATE_STANDARD=no - - dist: precise + -- cgit v1.2.3