Travis: install toolchain

This commit is contained in:
yparitcher 2019-01-18 09:33:13 -05:00
parent f005ea438c
commit ad4e526497
No known key found for this signature in database
GPG Key ID: FC78BE8055D48472

View File

@ -9,7 +9,7 @@ addons:
- gcc-7 - gcc-7
- cppcheck - cppcheck
before_install: before_install:
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa - sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update -q - sudo apt-get update -q
- sudo apt-get install -y gcc-arm-embedded - sudo apt-get install -y gcc-arm-embedded
script: script: