Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e85f1c3

Browse filesBrowse files
committed
Move travis uploading back into .travis.yml
1 parent fc94ddb commit e85f1c3
Copy full SHA for e85f1c3

File tree

Expand file treeCollapse file tree

2 files changed

+3
-12
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-12
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ script:
3636

3737
after_failure:
3838
- cd ../matplotlib
39-
- ./travis_upload.sh
39+
- 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

Copy file name to clipboardExpand all lines: travis_upload.sh
-11Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.