From: merlokk Date: Sat, 2 Dec 2017 20:10:25 +0000 (+0200) Subject: added if X-Git-Tag: v3.1.0~86^2~6 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b0c73387f0cd76d921ea2102a63462aad66008e8 added if --- diff --git a/.travis.yml b/.travis.yml index eed0f8e5..94030db5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,11 @@ before_install: sudo apt-get install -y gcc-arm-none-eabi; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; - brew tap "$REPOSITORY_EP"; + if [[ "$REPOSITORY_EP" == "" ]]; then + brew tap proxmark/proxmark3; + else + brew tap "$REPOSITORY_EP"; + fi fi install: