travis complains

This commit is contained in:
iceman1001 2017-09-17 19:49:55 +02:00
parent 5f2589f6cc
commit 20bc71a607

View file

@ -38,7 +38,7 @@ 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 ;
## proxmark3 ;
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
./client/proxmark3 ;
## ./client/proxmark3 ;
fi