Skip to content

Commit

Permalink
Fixed travis CI gcc-arm-none-eabi packages auth problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Louie Lu committed Oct 1, 2016
1 parent 888047b commit c1fb2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- sudo apt-get install build-essential
- sudo add-apt-repository --yes ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update
- sudo apt-get install gcc-arm-none-eabi
- sudo apt-get install gcc-arm-none-eabi -y --force-yes

script:
- cp -f board/$BOARD/defconfig .config
Expand Down

0 comments on commit c1fb2f6

Please sign in to comment.