added REPOSITORY_EP var

This commit is contained in:
merlokk 2017-12-01 18:54:54 +02:00
parent b35c11f95e
commit b6c370f171

View file

@ -1,4 +1,5 @@
# Travis-CI config # Travis-CI config
# variable REPOSITORY_EP must be filled with repository name. as sample: "merlokk/proxmark3"
language: c language: c
compiler: gcc compiler: gcc
@ -27,7 +28,7 @@ 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 pwpiwi/proxmark3; brew tap "$REPOSITORY_EP";
fi fi
install: install: