mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
travis. added brew tap - do not filter ENV
This commit is contained in:
parent
eef53c5be3
commit
179f2904d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue