From 9b60b269a35afab4b82953d467eacf3083d8973d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 11 Oct 2017 13:39:09 +0200 Subject: [PATCH] fix: TravisCI https://github.com/pwpiwi/proxmark3/commit/34b14f21e98bf9f0ab09fe41b8c526ba710e3347 (@pwpiwi) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84bbdece6..45e87aac1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ before_install: sudo apt-get update -qq; sudo apt-get install -y gcc-arm-none-eabi; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then + brew update; brew tap iceman1001/proxmark3; fi @@ -36,7 +37,7 @@ install: before_script: script: -## for the time being we are satisfied if it can be build and then successfully started +## start and run a test script if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then proxmark3 -h ; elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then