Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcb803a

Browse files
committed
Enable Amazon S3 and fix URL
1 parent 7d858dc commit fcb803a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ script:
2323
# multiple processes
2424
- python -c "from matplotlib import font_manager"
2525
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300
26+
27+
after_failure:
28+
- cd ../tmp_test_dir
29+
- tar cjf result_images.tar.bz2 result_images
30+
- travis-artifacts upload --path result_images.tar.bz2
31+
- echo https://s3.amazonaws.com/matplotlib-test-results/artifacts/${TRAVIS_BUILD_NUMBER}/${TRAVIS_JOB_NUMBER}/result_images.tar.bz2

0 commit comments

Comments
 (0)