aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-24 09:43:28 +0200
committerGravatar GitHub <noreply@github.com> 2019-10-24 09:43:28 +0200
commit7e5ca999125d7cbbd608db4a616dff5473cf4fce (patch)
treebc34c3ce5fb541e8d47cf2b1ff7f488fe0246f51
parent7a5236de3f13f08b8c51eb183c0dcf1c8c85beca (diff)
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.
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 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
+