Change gcc-arm-none-eabi package name in Travis

pull/4921/head
amq 2017-08-16 22:08:15 +03:00 committed by GitHub
parent a6cf701cca
commit f3ec031ef6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ before_install:
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo add-apt-repository -y ppa:libreoffice/libreoffice-4-2
- sudo apt-get update -qq
- sudo apt-get install -qq gcc-arm-none-eabi doxygen --force-yes
- sudo apt-get install -qq gcc-arm-embedded doxygen --force-yes
# Print versions we use
- arm-none-eabi-gcc --version
- python --version