We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9355cca commit de98104Copy full SHA for de98104
.travis.yml
@@ -19,9 +19,8 @@ before_script:
19
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
20
# For teensy build
21
- sudo apt-get install realpath
22
- # For coverage testing
23
- # cpp-coveralls 0.4 conflicts with urllib3 preinstalled in Travis VM
24
- - 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
25
- gcc --version
26
- arm-none-eabi-gcc --version
27
- python3 --version
0 commit comments