travis. added brew tap - do not filter ENV

This commit is contained in:
merlokk 2017-12-18 18:32:09 +02:00
commit 179f2904d0

View file

@ -32,7 +32,7 @@ before_install:
if [[ "$REPOSITORY_EP" == "" ]]; then
brew tap proxmark/proxmark3;
else
brew tap "$REPOSITORY_EP";
brew tap "$REPOSITORY_EP" --env=std;
fi
fi