fix travis build

This commit is contained in:
yparitcher 2019-01-06 15:29:15 -05:00
parent 727e1f2fd9
commit 9a037279c8
No known key found for this signature in database
GPG Key ID: FC78BE8055D48472

View File

@ -10,7 +10,7 @@ addons:
- cppcheck - cppcheck
before_install: before_install:
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa - sudo add-apt-repository 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:
- export CC=gcc-7 - export CC=gcc-7