]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
added if
authormerlokk <olegmsn@gmail.com>
Sat, 2 Dec 2017 20:10:25 +0000 (22:10 +0200)
committermerlokk <olegmsn@gmail.com>
Sat, 2 Dec 2017 20:10:25 +0000 (22:10 +0200)
.travis.yml

index eed0f8e512c72cb3657a75d8ba2ea3b92212627a..94030db54b75d9b3de37816484dd67379dfc68b9 100644 (file)
@@ -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:
Impressum, Datenschutz