1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-21 04:41:18 +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 language: c
install: before_install:
- sudo dpkg --add-architecture i386
- sudo apt-get update - sudo apt-get update
install:
- sudo apt-get install gcc-multilib - sudo apt-get install gcc-multilib
- sudo apt-get install libsdl2-dev:i386
before_script: before_script:
- make build_unix - make build_unix TREZORUI_NOUI=1
script: script:
- make test - make test