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; sudo apt-get install -y gcc-arm-none-eabi;
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update; brew update;
if [[ "$REPOSITORY_EP" == "" ]]; then
brew tap proxmark/proxmark3;
else
brew tap "$REPOSITORY_EP"; brew tap "$REPOSITORY_EP";
fi fi
fi
install: install:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then