remove show options

This commit is contained in:
merlokk 2017-12-02 16:24:47 +02:00
commit 3c9b6573ec

View file

@ -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;