Skip to content

Commit a6cf701

Browse files
authored
Update gcc-arm-embedded PPA in Travis
* ppa:terry.guo/gcc-arm-embedded has been deprecated in favor of ppa:team-gcc-arm-embedded/ppa * this also means switching from 4.9.3.2015q3 to 6-2017q2
1 parent 99a8467 commit a6cf701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
3434
- sudo apt-get install -qq gcc-arm-none-eabi doxygen --force-yes

0 commit comments

Comments
 (0)