From da89e97d03e801ce01315be7cf41e46204d3bbf9 Mon Sep 17 00:00:00 2001 From: merlokk Date: Sun, 17 Dec 2017 23:40:01 +0200 Subject: [PATCH] add echo to travis cfg --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 38869bf9..5d11a001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +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 "set repository name: `$REPOSITORY_EP`" if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; sudo apt-get install -y gcc-arm-none-eabi;