From 40d464abf925e69024ef06cbdb5038039029415c Mon Sep 17 00:00:00 2001 From: "Pavel Milanes (CO7WT)" Date: Sun, 8 Dec 2019 23:22:30 -0500 Subject: [PATCH] Refs #342, remove a trailing space --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70499ac..67c4487 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ before_script: - if [[ $TRAVIS_OS_NAME == 'windows' ]]; then uname -a ; fi # Install OS-specific test and build dependencies - eval "./ci-scripts/install-${TRAVIS_OS_NAME}.sh" - - if [[ $TRAVIS_OS_NAME == 'linux' ]]; then + - if [[ $TRAVIS_OS_NAME == 'linux' ]]; then export PATH="/opt/gcc-arm-none-eabi-6-2017-q2-update/bin:$PATH" ; fi # Install linters