Merge pull request #334 from merlokk/travis_linux

add make clean for linux
This commit is contained in:
Oleg Moiseenko 2019-08-18 12:22:03 +03:00 committed by GitHub
commit 1c880d8915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ install:
brew options proxmark3;
brew install --HEAD proxmark3;
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
make clean;
make all;
fi