]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - .travis.yml
Fido2 (#727)
[proxmark3-svn] / .travis.yml
index eed0f8e512c72cb3657a75d8ba2ea3b92212627a..f5fed7a62b9e67718d3811645466e719af660bb2 100644 (file)
@@ -12,9 +12,9 @@ matrix:
     - os: osx
       osx_image: xcode8.3   # OS X 10.12
     - os: osx
-      osx_image: xcode9     # OS X 10.13
+      osx_image: xcode9.4   # OS X 10.13
     - os: osx
-      osx_image: xcode9.1   # OS X 10.13.1
+      osx_image: xcode10    # OS X 10.13
     - os: linux
       dist: trusty
       sudo: required
@@ -23,12 +23,17 @@ before_install:
 ## Install ARM toolchain on Linux.
 ## add our homebrew tap for MacOS
 ## Note: all dependencies on MacOS should be resolved by the brew install command
+  echo $REPOSITORY_EP;
   if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 
     sudo apt-get update -qq;
     sudo apt-get install -y gcc-arm-none-eabi;
   elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
     brew update;
-    brew tap "$REPOSITORY_EP";
+    if [[ "$REPOSITORY_EP" == "" ]]; then
+      brew tap proxmark/proxmark3;
+    else
+      brew tap "$REPOSITORY_EP" --env=std;
+    fi
   fi
 
 install:
Impressum, Datenschutz