From 08841481cd0efb9e35b9b920d0b3c1d7819943b9 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Tue, 20 Aug 2019 19:38:47 +0300 Subject: [PATCH] get rid of some commands --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 501a85fcd..8952df259 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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