This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch jiridanek-PROTON-2318 in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit d8130f5f9b60f7c3fd7ce9a19375785cee8571a7 Author: Jiri Daněk <[email protected]> AuthorDate: Thu Jan 7 19:45:37 2021 +0100 PROTON-2318 Pin simplecov in .travis.yml to resolve gem conflict --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0917b0b..cd3ae5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,7 +155,7 @@ install: - ${PYTHON} -m pip install --user --upgrade pip - ${PYTHON} -m pip install --user coverage setuptools wheel tox virtualenv==20.0.23 # PROTON-2125 suppress annoying deprecation warning from Minitest in Ruby tests -- gem install minitest:4.3.2 simplecov codecov +- gem install minitest:4.3.2 simplecov:0.18.0 codecov before_script: - mkdir build --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
