From d7d12fab4b8d1fc1e0c78af682ee50606e84bfbe Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 23 Jan 2017 21:04:49 +0100 Subject: [PATCH] chg: travis ci again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2