Procházet zdrojové kódy

Try out some Travis options to avoid unnecessary tests

Daniel Gempesaw před 11 roky
rodič
revize
a0c7398b6e
2 změnil soubory, kde provedl 5 přidání a 12 odebrání
  1. 1 11
      .travis.yml
  2. 4 1
      dist.ini

+ 1 - 11
.travis.yml

@@ -1,17 +1,7 @@
 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
@@ -24,6 +14,6 @@ before_install:
 install:
    - cpanm --quiet --notest --skip-satisfied Dist::Zilla
    - "dzil authordeps          --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest"
-   - "dzil listdeps   --author --missing | grep -vP '[^\\w:]' | cpanm --verbose"
+   - "dzil listdeps   --author --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest"
 script:
    - dzil smoke --release --author

+ 4 - 1
dist.ini

@@ -9,7 +9,10 @@ copyright_holder = Daniel Gempesaw
 copyright_year = 2014
 
 [TravisYML]
-build_branch = cpan
+build_branch = /cpan|build/
+dzil_branch =
+test_authordeps = 0
+test_deps = 0
 
 [Git::Check]
 [Git::Commit]