try to get travis building with multiple macOS versions
authorNathan Hjelm <hjelmn@me.com>
Sat, 1 Oct 2016 13:42:30 +0000 (07:42 -0600)
committerNathan Hjelm <hjelmn@me.com>
Sat, 1 Oct 2016 13:42:30 +0000 (07:42 -0600)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
.travis.yml
libusb/version_nano.h

index 536ab22..f8ef972 100644 (file)
@@ -1,16 +1,21 @@
-# Require trusty for now as it has a more recent version of autoconf
-sudo: required
-dist: trusty
 language: c
 
 compiler:
     - gcc
     - clang
 
-os:
-    - linux
-    - osx
-
+matrix:
+    include:
+        - os: linux
+            # Require trusty for now as it has a more recent version of autoconf
+            dist: trusty
+            sudo: required
+        - os: osx
+            osx_image: xcode8
+        - os: osx
+            osx_image: xcode7.1
+        - os: osx
+            osx_image: beta-xcode6.2
 
 addons:
     apt:
index e437be1..b49bd47 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11152
+#define LIBUSB_NANO 11153