From c3314b41bdf54f85b5825f13d64135c90adb420c Mon Sep 17 00:00:00 2001 From: merlokk Date: Sun, 17 Dec 2017 23:50:36 +0200 Subject: [PATCH] fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a35f5a3b..d2c7b1b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: ## Install ARM toolchain on Linux. ## add our homebrew tap for MacOS ## Note: all dependencies on MacOS should be resolved by the brew install command - echo REPOSITORY_EP + echo REPOSITORY_EP; if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; sudo apt-get install -y gcc-arm-none-eabi;