mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
get rid of some commands
This commit is contained in:
parent
1ac5211601
commit
08841481cd
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ addons:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew info proxmark3;
|
|
||||||
brew options proxmark3;
|
|
||||||
make clean;
|
make clean;
|
||||||
make all V=1 "$MAKE_PARAMS";
|
make all V=1 "$MAKE_PARAMS";
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue