Skip to content

Commit

Permalink
Allow coverage run to fail so that fast_finish will kick in
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 2, 2017
1 parent 375a5f1 commit 1d1b8e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,10 +3,12 @@ perl:
- "5.22"

matrix:
fast_finish: true
allow_failures:
- perl: "5.22"
env: USE_CPANFILE_SNAPSHOT=false

- perl: "5.22"
env: COVERAGE=1 USE_CPANFILE_SNAPSHOT=true
env:
global:
# Carton --deployment only works on the same version of perl
Expand Down

0 comments on commit 1d1b8e5

Please sign in to comment.