1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

Travis CI: Do not run device tests if build fails

This commit is contained in:
Saleem Rashid 2017-12-24 14:08:21 +00:00 committed by Pavol Rusnak
parent b3f1d79821
commit bfb8dda5e8

View File

@ -35,8 +35,7 @@ matrix:
- $PYTHON -m pip install --user rlp
- $PYTHON -m pip install --user --no-deps git+https://github.com/trezor/python-trezor@master
script:
- script/cibuild
- script/test -k 'not skip_t1'
- script/cibuild && script/test -k 'not skip_t1'
install:
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"