summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-03-27 20:23:03 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-03-27 20:23:03 +0300
commit85558073934ab63bd5ec27a17020acb568245eb4 (patch)
tree004e2beaa565e6760ef8d22dfa6348a740e21dc8
parent618a2ad01e63e654e3ab25f535ce27f64e62bf7a (diff)
downloadlibatomic_ops-85558073934ab63bd5ec27a17020acb568245eb4.tar.gz
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.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 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