Skip to content

Commit

Permalink
[ci] travis: allow unauthenticated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ebirger committed Jun 29, 2017
1 parent 183574e commit c25c8a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: c
before_install:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update
- sudo apt-get install gperf
- sudo apt-get install valgrind
- sudo apt-get install gcc-arm-none-eabi
- sudo apt-get install gcc-avr
- sudo apt-get install avr-libc
- sudo apt-get -y install gperf
- sudo apt-get -y install valgrind
- sudo apt-get -y --allow-unauthenticated install gcc-arm-none-eabi
- sudo apt-get -y install gcc-avr
- sudo apt-get -y install avr-libc
- sudo pip install cpp-coveralls
before_script:
- arm-none-eabi-gcc --version
Expand Down

0 comments on commit c25c8a8

Please sign in to comment.