mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 03:14:53 +08:00
CHG: we don't need the -h helptext output in Travis CI
This commit is contained in:
parent
d61e712ee4
commit
2e16ee80ad
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ before_script:
|
|||
script:
|
||||
## for the time being we are satisfied if it can be build and then successfully started
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
proxmark3 -h ;
|
||||
proxmark3 ;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
./client/proxmark3 -h ;
|
||||
./client/proxmark3 ;
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue