travis: don't run test_emu when TREZOR_MODEL=1

pull/25/head
Pavol Rusnak 6 years ago
parent d05895cbbd
commit 04a91dc673
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

Loading…
Cancel
Save