fix: TravisCI 34b14f21e9 (@pwpiwi)

This commit is contained in:
iceman1001 2017-10-11 13:39:09 +02:00
parent 08c65427bc
commit 9b60b269a3

View file

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