From 42164c41e34f59ae48c26168608ab54e98fb2d3d Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 30 Sep 2018 16:45:39 +0200 Subject: [PATCH] travis: make file more readable --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6341a13c0..2a7ab29ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,11 @@ language: c env: global: - PROTOBUF_VERSION=3.4.0 + - TOOLCHAIN_SHORTVER=7-2018q2 + - TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2018-q2-update matrix: - - GOAL=stm32 TOOLCHAIN_SHORTVER=7-2018q2 TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2018-q2-update - - GOAL=stm32 TREZOR_MODEL=1 TOOLCHAIN_SHORTVER=7-2018q2 TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2018-q2-update + - GOAL=stm32 + - GOAL=stm32 TREZOR_MODEL=1 - GOAL=unix - GOAL=unix TREZOR_MODEL=1 - GOAL=src