Skip to content

Commit

Permalink
Don't use Carton cache when there's no cpanfile.snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 6, 2017
1 parent 64a2fae commit aa92b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,7 @@ matrix:
fast_finish: true
allow_failures:
- env: COVERAGE=1 USE_CPANFILE_SNAPSHOT=true
- env: USE_CPANFILE_SNAPSHOT=false HARNESS_VERBOSE=1
- env: USE_CPANFILE_SNAPSHOT=false PERL_CARTON_PATH=no-snapshot HARNESS_VERBOSE=1
env:
global:
# Carton --deployment only works on the same version of perl
Expand All @@ -18,7 +18,7 @@ env:
# Get one passing run with coverage and one passing run with Test::Vars
# checks. If run together they more than double the build time.
- COVERAGE=1 USE_CPANFILE_SNAPSHOT=true
- USE_CPANFILE_SNAPSHOT=false HARNESS_VERBOSE=1
- USE_CPANFILE_SNAPSHOT=false PERL_CARTON_PATH=no-snapshot HARNESS_VERBOSE=1
- USE_CPANFILE_SNAPSHOT=true

before_install:
Expand Down

0 comments on commit aa92b7f

Please sign in to comment.