From e8af00d21d0b826bb17842fbb5753fcb2171309d Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 3 Jul 2018 16:11:57 +0200 Subject: [PATCH] travis: run the style target --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca3a5dcf3..302904b20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,8 @@ before_script: - test "$GOAL" != "stm32" || export PATH=$PWD/$TOOLCHAIN_LONGVER/bin:$PATH script: + - test "$GOAL" != "src" || pipenv run make style + - test "$GOAL" != "stm32" || pipenv run make build_cross - test "$GOAL" != "stm32" || pipenv run make build_boardloader - test "$GOAL" != "stm32" || pipenv run make build_bootloader @@ -57,8 +59,6 @@ script: - test "$GOAL" != "unix" || pipenv run make test - test "$GOAL" != "unix" || pipenv run make test_emu - # - test "$GOAL" != "src" || make style - notifications: webhooks: urls: