mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
added REPOSITORY_EP var
This commit is contained in:
parent
b35c11f95e
commit
b6c370f171
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
# Travis-CI config
|
||||
# variable REPOSITORY_EP must be filled with repository name. as sample: "merlokk/proxmark3"
|
||||
language: c
|
||||
|
||||
compiler: gcc
|
||||
|
@ -27,7 +28,7 @@ before_install:
|
|||
sudo apt-get install -y gcc-arm-none-eabi;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew update;
|
||||
brew tap pwpiwi/proxmark3;
|
||||
brew tap "$REPOSITORY_EP";
|
||||
fi
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue