Merge pull request #348 from merlokk/master

get rid of some commands
This commit is contained in:
Oleg Moiseenko 2019-08-20 19:40:22 +03:00 committed by GitHub
commit 3f81b0b99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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