+# multi platform build test
+# build matrix,
+# LINUX : Using trusty beta build environment, based on Ubuntu 14.04
+# MAC OS:
+matrix:
+ include:
+ - os: osx
+ osx_image: xcode7.3
+ allow_failures:
+ - os: osx
+
+# 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
+