Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xnk authored Feb 4, 2018
1 parent 0176436 commit 93a23e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: c

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 apt-get update -qq

install:
- sudo apt-get install gcc-arm-none-eabi
- sudo apt-get install gcc-arm-embedded

script:
- make all
Expand Down

0 comments on commit 93a23e7

Please sign in to comment.