Просмотр исходного кода

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.
Alexandre Alapetite 6 лет назад
Родитель
Сommit
7e5ca99912
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -1,9 +1,6 @@
 language: php
 language: php
 php:
 php:
   - 5.6
   - 5.6
-  - 7.0
-  - 7.1
-  - 7.2
   - 7.3
   - 7.3
 
 
 install:
 install:
@@ -51,4 +48,4 @@ matrix:
         - git ls-files --exclude='*Dockerfile*' --ignored | xargs --max-lines=1 "$HADOLINT"
         - git ls-files --exclude='*Dockerfile*' --ignored | xargs --max-lines=1 "$HADOLINT"
   allow_failures:
   allow_failures:
     - env: CHECK_TRANSLATION=yes VALIDATE_STANDARD=no
     - env: CHECK_TRANSLATION=yes VALIDATE_STANDARD=no
-    - dist: precise
+