Skip to content

Commit 4cfddd6

Browse files
Merge pull request #4921 from amq/patch-2
Update gcc-arm-embedded PPA in Travis
2 parents a457fe3 + f3ec031 commit 4cfddd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ script:
2828
- python tools/project.py -S
2929
- python tools/build_travis.py
3030
before_install:
31-
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
31+
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
3232
- sudo add-apt-repository -y ppa:libreoffice/libreoffice-4-2
3333
- sudo apt-get update -qq
34-
- sudo apt-get install -qq gcc-arm-none-eabi doxygen --force-yes
34+
- sudo apt-get install -qq gcc-arm-embedded doxygen --force-yes
3535
# Print versions we use
3636
- arm-none-eabi-gcc --version
3737
- python --version

0 commit comments

Comments
 (0)