update travis.yml

pull/25/head
Pavol Rusnak 8 years ago
parent a36616d8e8
commit 2db746c93c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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

Loading…
Cancel
Save