From bfde35fcfdb035aeb19d7b176240570eec9b1579 Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Tue, 22 Jan 2019 22:31:54 +0100 Subject: [PATCH] Do not crash when there is no need to fix certificates --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f271882..58a043e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,7 +106,7 @@ env: - ls "${PYTHON_INSTALL_PATH}/bin" - ls -lh "${PYTHON_INSTALL_EXE}" - stat "${PYTHON_INSTALL_EXE}" - - /Applications/Python\ ${PYTHON_VERSION_SHORT}/Install\ Certificates.command + - /Applications/Python\ ${PYTHON_VERSION_SHORT}/Install\ Certificates.command || echo "No need to fix certificates" - curl https://bootstrap.pypa.io/get-pip.py | ${PYTHON_INSTALL_EXE} - > "${PYTHON_INSTALL_EXE}" -m pip install -U pip