From b24b6e295bd5e428fcad35ea8552e655b5807063 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 17 Sep 2017 19:54:02 +0200 Subject: [PATCH] travisCI, no need to run something afterwards. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eeac6abb0..1aa33ae38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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