We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0340188 commit ff5aee0Copy full SHA for ff5aee0
.travis.yml
@@ -40,7 +40,7 @@ script:
40
- build.py --verbose --pack TGZ --config ${CONFIG} --toolchain ${TOOLCHAIN}
41
42
before_deploy:
43
- - gem install mime-types -v 2.6.2 # workaround for https://github.com/travis-ci/travis-ci/issues/5145
+ - 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
44
- export FILE_TO_UPLOAD=$(ls _builds/*/Foo-*.tar.gz)
45
46
deploy:
0 commit comments