Skip to content

Commit

Permalink
Disable author testing and coverage report on 5.6
Browse files Browse the repository at this point in the history
xt/* and t/00-compile have issues iwth 5.6
  • Loading branch information
rwstauner committed May 24, 2015
1 parent 00385f6 commit cf26440
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,11 @@ language: perl
perl:
- "5.20"
- "5.8"
- "5.6"

matrix:
include:
- perl: "5.6"
env: AUTHOR_TESTING=0 COVERAGE=0

env:
global:
Expand Down

0 comments on commit cf26440

Please sign in to comment.