From a36b278fadd47997b4d8e69dfeb4a126aa1932ee Mon Sep 17 00:00:00 2001 From: merlokk Date: Sat, 2 Dec 2017 13:06:51 +0200 Subject: [PATCH] add options show --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 22f6ed7b..ecff0810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ 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; -- 2.39.2