travis...

This commit is contained in:
iceman1001 2017-09-17 21:50:20 +02:00
parent b24b6e295b
commit a5ffc567c6

View file

@ -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