Merge pull request #4921 from amq/patch-2

Update gcc-arm-embedded PPA in Travis
pull/4886/merge
Jimmy Brisson 2017-08-21 10:38:16 -05:00 committed by GitHub
commit 4cfddd6f3e
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ script:
- python tools/project.py -S
- python tools/build_travis.py
before_install:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- 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