Skip to content

Commit b967764

Browse files
authored
Merge pull request #766 from metacpan/oalders/build-artifacts
Add Travis build artifacts
2 parents 82e5a35 + c641b0b commit b967764

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ env:
2020
- METACPAN_SERVER_CONFIG_LOCAL_SUFFIX=testing
2121

2222
- DEVEL_COVER_OPTIONS="-ignore,^local/"
23-
- PERL_CARTON_PATH=$TRAVIS_BUILD_DIR/local
23+
- PERL_CARTON_PATH=$HOME/local
2424
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
2626
- CPAN_RESOLVER=snapshot
2727

2828
matrix:
2929
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
3131
fast_finish: true
3232

3333
addons:
@@ -91,3 +91,10 @@ cache:
9191
directories:
9292
- local
9393
- ~/perl5
94+
95+
addons:
96+
artifacts:
97+
debug: true
98+
s3_region: "us-east-1"
99+
paths:
100+
- $TRAVIS_BUILD_DIR/cpanfile.snapshot

0 commit comments

Comments
 (0)