mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
added if
This commit is contained in:
parent
245a6b2083
commit
b0c73387f0
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ 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;
|
||||||
brew tap "$REPOSITORY_EP";
|
if [[ "$REPOSITORY_EP" == "" ]]; then
|
||||||
|
brew tap proxmark/proxmark3;
|
||||||
|
else
|
||||||
|
brew tap "$REPOSITORY_EP";
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue