From 2e16ee80ad29d2f6e3457ac697e77cfbed76dd39 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 17 Sep 2017 19:34:09 +0200 Subject: [PATCH] CHG: we don't need the -h helptext output in Travis CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1993734fc..474060b5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -h ; + proxmark3 ; elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - ./client/proxmark3 -h ; + ./client/proxmark3 ; fi