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.
pull/2591/head
Alexandre Alapetite 5 years ago committed by GitHub
parent 7a5236de3f
commit 7e5ca99912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .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

Loading…
Cancel
Save