1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

fix travis build

This commit is contained in:
Pavol Rusnak 2015-12-15 23:22:42 +01:00
parent 6e3aec0c1b
commit 18b7b8bdc3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -6,7 +6,7 @@ install:
- sudo apt-get install -y build-essential git gcc-arm-none-eabi
script:
- make -C libopencm3
- make -C vendor/libopencm3
- make
- make -C firmware
- make -C bootloader