fix travis build

This commit is contained in:
yparitcher 2019-01-06 14:54:57 -05:00
parent 5afdef463e
commit 727e1f2fd9
No known key found for this signature in database
GPG Key ID: FC78BE8055D48472

View File

@ -5,11 +5,13 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- team-gcc-arm-embedded/ppa
packages:
- gcc-7
- cppcheck
- gcc-arm-embedded
before_install:
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update -q
- sudo apt-get install -y gcc-arm-embedded
script:
- export CC=gcc-7
- make test