From 34f34ecf4ec5e8065b2b6765674c0052608266c7 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 2 Dec 2017 17:00:28 +0100 Subject: [PATCH] chg: some of @merlokk 's changes in https://github.com/Proxmark/proxmark3/pull/503 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 45e87aac1..c125dec56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ matrix: osx_image: xcode7.3 # OS X 10.11 - os: osx osx_image: xcode8.3 # OS X 10.12 + - os: osx + osx_image: xcode9 # OS X 10.13 + - os: osx + osx_image: xcode9.1 # OS X 10.13.1 - os: linux dist: trusty sudo: required @@ -29,6 +33,8 @@ before_install: install: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then + brew info proxmark3; + brew options proxmark3; brew install --HEAD proxmark3; elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make all;