Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test one Perl version in order to speed up Travis build times.
  • Loading branch information
oalders committed May 11, 2017
1 parent 19f60c0 commit a985c07
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,18 +1,12 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"

matrix:
allow_failures:
- perl: "5.22"
- perl: "5.20"
- perl: "5.18"
exclude:
- perl: "5.20"
env: USE_CPANFILE_SNAPSHOT=true
- perl: "5.18"
- perl: "5.22"
env: USE_CPANFILE_SNAPSHOT=true

env:
Expand Down

0 comments on commit a985c07

Please sign in to comment.