From df665b70d358fcdd4ae277f74c29d77f7c032d36 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 30 Sep 2018 20:43:54 +0200 Subject: [PATCH] travis: don't run make sizecheck when TREZOR_MODEL=1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2b2a273e..29668af4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ script: - test "$GOAL" != "stm32" || pipenv run make build_bootloader - test "$GOAL" != "stm32" || pipenv run make build_prodtest - test "$GOAL" != "stm32" || pipenv run make build_firmware - - test "$GOAL" != "stm32" || pipenv run make sizecheck + - test "$GOAL" != "stm32" || test "$TREZOR_MODEL" = "1" || pipenv run make sizecheck - test "$GOAL" != "unix" || pipenv run make build_unix_noui - test "$GOAL" != "unix" || pipenv run make test