travisCI, no need to run something afterwards.

This commit is contained in:
iceman1001 2017-09-17 19:54:02 +02:00
parent 20bc71a607
commit b24b6e295b

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