Skip to content

Commit ff5aee0

Browse files
committed
Fix OSX releases
1 parent 0340188 commit ff5aee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +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
43+
- rvm 1.9.3 do gem install mime-types -v 2.6.2 # workaround: https://github.com/travis-ci/travis-ci/issues/5145#issuecomment-158766310
4444
- export FILE_TO_UPLOAD=$(ls _builds/*/Foo-*.tar.gz)
4545

4646
deploy:

0 commit comments

Comments
 (0)