mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
travis...
This commit is contained in:
parent
b24b6e295b
commit
a5ffc567c6
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -37,8 +37,8 @@ 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 ;
|
||||
## elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
## ./client/proxmark3 ;
|
||||
## fi
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
proxmark3 -h ;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
./client/proxmark3 -h ;
|
||||
fi
|
Loading…
Reference in a new issue