Skip to content

Commit dc11d95

Browse files
mdboompelson
authored andcommitted
Fix typo reported by @cel4
1 parent 67d141e commit dc11d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ script:
4545
after_failure:
4646
- tar cjf result_images.tar.bz2 result_images
4747
- if [[ $TRAVIS_PULL_REQUEST == false ]]; then gem install travis-artifacts; fi
48-
- if [[ $TRAVIS_PULL_REQUEST == falst ]]; then travis-artifacts upload --path result_images.tar.bz2; fi
48+
- if [[ $TRAVIS_PULL_REQUEST == false ]]; then travis-artifacts upload --path result_images.tar.bz2; fi
4949
- if [[ $TRAVIS_PULL_REQUEST != false ]]; then echo "The result images will only be uploaded if they are on the matplotlib/matplotlib repo - this is for security reasons to prevent arbitrary PRs echoing security details." else echo https://s3.amazonaws.com/matplotlib-test-results/artifacts/${TRAVIS_BUILD_NUMBER}/${TRAVIS_JOB_NUMBER}/result_images.tar.bz2; fi

0 commit comments

Comments
 (0)