This commit is contained in:
merlokk 2017-12-02 22:10:25 +02:00
commit b0c73387f0

View file

@ -28,8 +28,12 @@ before_install:
sudo apt-get install -y gcc-arm-none-eabi;
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
if [[ "$REPOSITORY_EP" == "" ]]; then
brew tap proxmark/proxmark3;
else
brew tap "$REPOSITORY_EP";
fi
fi
install:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then