get rid of some commands

This commit is contained in:
merlokk 2019-08-20 19:38:47 +03:00
parent 1ac5211601
commit 08841481cd

View file

@ -46,8 +46,6 @@ addons:
install:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew info proxmark3;
brew options proxmark3;
make clean;
make all V=1 "$MAKE_PARAMS";
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then