add options show

This commit is contained in:
merlokk 2017-12-02 13:06:51 +02:00
commit a36b278fad

View file

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