From: iceman1001 Date: Mon, 23 Jan 2017 22:15:06 +0000 (+0100) Subject: chg: new offering to Travis CI X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/05f1ba5ddc4af646fbd0c842ae31b724d4b49182 chg: new offering to Travis CI --- diff --git a/.travis.yml b/.travis.yml index 73739e90..0b852d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ matrix: # MAC OS - dependencies? #before_install: -# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi -# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap iceman1001/proxmark3; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew tap iceman1001/proxmark3; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap iceman1001/proxmark3; fi + ## Install mainline ARM toolchain. gcc-arm-none-eabi is available ## in Ubuntu >= 14.04, but this external PPA is needed for 12.04.