Browse Source

Try out fixes in 3c8e91f against all perl versions

Daniel Gempesaw 11 years ago
parent
commit
ed25e3be4b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .travis.yml

+ 10 - 0
.travis.yml

@@ -1,7 +1,17 @@
 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