File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 20
20
- METACPAN_SERVER_CONFIG_LOCAL_SUFFIX=testing
21
21
22
22
- DEVEL_COVER_OPTIONS="-ignore,^local/"
23
- - PERL_CARTON_PATH=$TRAVIS_BUILD_DIR /local
23
+ - PERL_CARTON_PATH=$HOME /local
24
24
matrix :
25
- - CPAN_RESOLVER=metadb PERL_CARTON_PATH=$TRAVIS_BUILD_DIR /no-snapshot HARNESS_VERBOSE=1
25
+ - CPAN_RESOLVER=metadb PERL_CARTON_PATH=$HOME /no-snapshot HARNESS_VERBOSE=1
26
26
- CPAN_RESOLVER=snapshot
27
27
28
28
matrix :
29
29
allow_failures :
30
- - env : CPAN_RESOLVER=metadb PERL_CARTON_PATH=$TRAVIS_BUILD_DIR /no-snapshot HARNESS_VERBOSE=1
30
+ - env : CPAN_RESOLVER=metadb PERL_CARTON_PATH=$HOME /no-snapshot HARNESS_VERBOSE=1
31
31
fast_finish : true
32
32
33
33
addons :
@@ -91,3 +91,10 @@ cache:
91
91
directories :
92
92
- local
93
93
- ~/perl5
94
+
95
+ addons :
96
+ artifacts :
97
+ debug : true
98
+ s3_region : " us-east-1"
99
+ paths :
100
+ - $TRAVIS_BUILD_DIR/cpanfile.snapshot
You can’t perform that action at this time.
0 commit comments