From: merlokk Date: Sat, 2 Dec 2017 14:24:47 +0000 (+0200) Subject: remove show options X-Git-Tag: v3.1.0~86^2~8 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3c9b6573ecb23e7888e8077bc980de0ade361afa?hp=a36b278fadd47997b4d8e69dfeb4a126aa1932ee remove show options --- diff --git a/.travis.yml b/.travis.yml index ecff0810..22f6ed7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,6 @@ before_install: install: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew info proxmark3; - brew options proxmark3; brew install -v --HEAD proxmark3; elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make all;