Skip to content

Commit 2cc42ed

Browse files
committed
Fix deploy
Workaround for: * travis-ci/travis-ci#5145
1 parent 103180e commit 2cc42ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ script:
4040
- build.py --verbose --pack TGZ --config ${CONFIG} --toolchain ${TOOLCHAIN}
4141

4242
before_deploy:
43+
- gem install mime-types -v 2.6.2 # workaround for https://github.com/travis-ci/travis-ci/issues/5145
4344
- export FILE_TO_UPLOAD=$(ls _builds/*/Foo-*.tar.gz)
4445

4546
deploy:

0 commit comments

Comments
 (0)