chg: travis ci again

This commit is contained in:
iceman1001 2017-01-23 21:04:49 +01:00
parent b44b9d90b7
commit d7d12fab4b

View file

@ -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;