mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
travis: reduce unwanted builds
This commit is contained in:
parent
45e10a2e79
commit
9455d95046
10
.travis.yml
10
.travis.yml
@ -2,10 +2,6 @@ sudo: false
|
||||
dist: trusty
|
||||
language: c
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
env:
|
||||
global:
|
||||
- PROTOBUF_VERSION=3.4.0
|
||||
@ -17,11 +13,11 @@ env:
|
||||
- GOAL=src
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
include:
|
||||
- compiler: clang
|
||||
env: GOAL=stm32
|
||||
env: GOAL=unix
|
||||
- compiler: clang
|
||||
env: GOAL=src
|
||||
env: GOAL=unix TREZOR_MODEL=1
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user