mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 19:24:10 +08:00
travisCI, no need to run something afterwards.
This commit is contained in:
parent
20bc71a607
commit
b24b6e295b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
## if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
## proxmark3 ;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
## elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
## ./client/proxmark3 ;
|
||||
fi
|
||||
## fi
|
||||
|
|
Loading…
Reference in a new issue