1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

fix travis build failure

This commit is contained in:
Pavol Rusnak 2016-05-28 19:43:47 +02:00
parent bd543d9014
commit e6a8204b1e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,9 +1,9 @@
language: c
install:
- sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded -y
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update
- sudo apt-get install -y build-essential git gcc-arm-none-eabi
- sudo apt-get install -y build-essential git gcc-arm-embedded
script:
- make -C vendor/libopencm3