1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

travis: don't run test_emu when TREZOR_MODEL=1

This commit is contained in:
Pavol Rusnak 2018-09-30 20:31:49 +02:00
parent d05895cbbd
commit 04a91dc673
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -62,7 +62,7 @@ script:
- test "$GOAL" != "unix" || pipenv run make build_unix_noui
- test "$GOAL" != "unix" || pipenv run make test
- test "$GOAL" != "unix" || pipenv run make test_emu
- test "$GOAL" != "unix" || test "$TREZOR_MODEL" = "1" || pipenv run make test_emu
notifications:
webhooks: