add test script

This commit is contained in:
merlokk
2019-08-18 17:31:57 +03:00
parent 1c880d8915
commit fb6d2fdee8
2 changed files with 41 additions and 1 deletions

View File

@@ -50,5 +50,5 @@ script:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
proxmark3 -h ;
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
./client/proxmark3 -h ;
./pm3test.sh;
fi