From: iceman1001 Date: Mon, 23 Jan 2017 20:04:49 +0000 (+0100) Subject: chg: travis ci again X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d7d12fab4b8d1fc1e0c78af682ee50606e84bfbe chg: travis ci again --- diff --git a/.travis.yml b/.travis.yml index 3c45e9be..84b28a89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_script: - sudo apt-get update -qq; - sudo apt-get install -y gcc-arm-none-eabi; - git fetch --all - - elif [ "$TRAVIS_OS_NAME" == "osx" ]; then + - elif [ "$TRAVIS_OS_NAME" = "osx" ]; then - brew update; - brew tap iceman1001/proxmark3; - brew install proxmark3;