1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 20:11:00 +00:00

update travis.yml

This commit is contained in:
Pavol Rusnak 2016-10-03 19:58:17 +02:00
parent a36616d8e8
commit 2db746c93c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -2,14 +2,14 @@ dist: trusty
language: c
install:
- sudo dpkg --add-architecture i386
before_install:
- sudo apt-get update
install:
- sudo apt-get install gcc-multilib
- sudo apt-get install libsdl2-dev:i386
before_script:
- make build_unix
- make build_unix TREZORUI_NOUI=1
script:
- make test