1 parent a3cd349 commit f578947Copy full SHA for f578947
1 file changed
.travis.yml
@@ -20,7 +20,8 @@ before_script:
20
# For teensy build
21
- sudo apt-get install realpath
22
# For coverage testing
23
- - sudo pip install cpp-coveralls
+ # cpp-coveralls 0.4 conflicts with urllib3 preinstalled in Travis VM
24
+ - sudo pip install cpp-coveralls==0.3.12
25
- gcc --version
26
- arm-none-eabi-gcc --version
27
- python3 --version
0 commit comments