Skip to content
Snippets Groups Projects
Unverified Commit ef7ed7b0 authored by Alexander V. Tikhonov's avatar Alexander V. Tikhonov Committed by Alexander Turenko
Browse files

Revert "travis-ci: freeze curl version on 7.65.0"

Due to the new 7.65.3 curl version released on 2019-07-19,
removed temporary workaround that downgraded the curl to
7.65.0.

This reverts commit 2e880af0.

Follows up #4288

(cherry picked from commit abd5ccee)
parent 2b0f929e
No related branches found
No related tags found
No related merge requests found
......@@ -91,12 +91,6 @@ deps_osx:
brew update
brew install openssl readline curl icu4c --force
python2 -V || brew install python2 --force
###################################################
# Temporary workaround to curl version from
# issue #4288 to downgrade from 7.65.1 to 7.65.0:
# TODO: remove the workaround after 7.65.2 released
brew reinstall https://raw.githubusercontent.com/Homebrew/homebrew-core/e47f3e2682fa3d8a6ee58ded40718a1326e08a6d/Formula/curl.rb
###################################################
curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py >get-pip.py
python get-pip.py --user
pip install --user --force-reinstall -r test-run/requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment