Skip to content

Commit

Permalink
Do not crash when there is no need to fix certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jan 22, 2019
1 parent ccbd7d3 commit bfde35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfde35f

Please sign in to comment.