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

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