We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc94ddb commit e85f1c3Copy full SHA for e85f1c3
.travis.yml
@@ -36,4 +36,6 @@ script:
36
37
after_failure:
38
- cd ../matplotlib
39
- - ./travis_upload.sh
+ - tar cjf result_images.tar.bz2 result_images
40
+ - travis-artifacts upload --path result_images.tar.bz2
41
+ - echo https://s3.amazonaws.com/matplotlib-test-results/artifacts/${TRAVIS_BUILD_NUMBER}/${TRAVIS_JOB_NUMBER}/result_images.tar.bz2
travis_upload.sh
0 commit comments