Skip to content
Snippets Groups Projects
Commit de981040 authored by Damien George's avatar Damien George
Browse files

travis: Use --upgrade when pip is installing cpp-coveralls.

So that the latest urllib3 is retrieved, which has improved SSL security.

This fixes the temporary path from f578947a
parent 9355cca6
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,8 @@ before_script:
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
# For teensy build
- sudo apt-get install realpath
# For coverage testing
# cpp-coveralls 0.4 conflicts with urllib3 preinstalled in Travis VM
- sudo pip install cpp-coveralls==0.3.12
# For coverage testing (upgrade is used to get latest urllib3 version)
- sudo pip install --upgrade cpp-coveralls
- gcc --version
- arm-none-eabi-gcc --version
- python3 --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment