mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
Travis CI: Do not run device tests if build fails
This commit is contained in:
parent
b3f1d79821
commit
bfb8dda5e8
@ -35,8 +35,7 @@ matrix:
|
|||||||
- $PYTHON -m pip install --user rlp
|
- $PYTHON -m pip install --user rlp
|
||||||
- $PYTHON -m pip install --user --no-deps git+https://github.com/trezor/python-trezor@master
|
- $PYTHON -m pip install --user --no-deps git+https://github.com/trezor/python-trezor@master
|
||||||
script:
|
script:
|
||||||
- script/cibuild
|
- script/cibuild && script/test -k 'not skip_t1'
|
||||||
- script/test -k 'not skip_t1'
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
|
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user