mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
travis complains
This commit is contained in:
parent
5f2589f6cc
commit
20bc71a607
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
## for the time being we are satisfied if it can be build and then successfully started
|
## for the time being we are satisfied if it can be build and then successfully started
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
proxmark3 ;
|
## proxmark3 ;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
./client/proxmark3 ;
|
## ./client/proxmark3 ;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue