From 85558073934ab63bd5ec27a17020acb568245eb4 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 27 Mar 2023 20:23:03 +0300 Subject: Revert "Travis CI: Do gem install mime-types before release deployment" This reverts commit 8c5c50e05cf9b3c892911cd9a60095906fe21d98. The reason is that it does not resolve the gem versioning issue between Ruby and mime-types. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e764b99..60690a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -700,9 +700,6 @@ after_success: coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info; bash <(curl -s https://codecov.io/bash); fi -- if [[ "$MAKEFILE_TARGET" == distcheck ]]; then - rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install mime-types --pre; - fi deploy: provider: releases -- cgit v1.2.1