travis...
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -37,8 +37,8 @@ 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 -h ;
|
||||||
## elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
## ./client/proxmark3 ;
|
./client/proxmark3 -h ;
|
||||||
## fi
|
fi
|
||||||
Reference in New Issue
Block a user