Sfoglia il codice sorgente

Limit perl versions that are run on Travis

Daniel Gempesaw 11 anni fa
parent
commit
e4b2fabea6
2 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 0 5
      .travis.yml
  2. 1 0
      dist.ini

+ 0 - 5
.travis.yml

@@ -1,17 +1,12 @@
 language: perl
 perl:
-   - 'blead'
    - '5.20'
    - '5.18'
    - '5.16'
    - '5.14'
    - '5.12'
    - '5.10'
-   - '5.8'
 matrix:
-   allow_failures:
-      - perl: 'blead'
-      - perl: '5.8'
    fast_finish: true
 before_install:
    - export AUTOMATED_TESTING=1 NONINTERACTIVE_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1

+ 1 - 0
dist.ini

@@ -10,6 +10,7 @@ copyright_year = 2014
 
 [TravisYML]
 build_branch = /cpan|build/
+perl_version = 5.20 5.18 5.16 5.14 5.12 5.10
 dzil_branch =
 test_authordeps = 0
 test_deps = 0