mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
travis: don't run test_emu when TREZOR_MODEL=1
This commit is contained in:
parent
d05895cbbd
commit
04a91dc673
@ -62,7 +62,7 @@ script:
|
|||||||
|
|
||||||
- test "$GOAL" != "unix" || pipenv run make build_unix_noui
|
- test "$GOAL" != "unix" || pipenv run make build_unix_noui
|
||||||
- test "$GOAL" != "unix" || pipenv run make test
|
- 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:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user