aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-10-01 07:42:30 -0600
committerNathan Hjelm <hjelmn@me.com>2016-10-01 07:42:30 -0600
commit9a5a8136ae96c99d229756ba34458805a12d7846 (patch)
tree8b371a48242f5414d9d865d90e18f0e92caa85ae /.travis.yml
parentd39d8e9ef5a773eeb8fad019d73387fde79efaf6 (diff)
downloadlibusb-9a5a8136ae96c99d229756ba34458805a12d7846.tar.gz
try to get travis building with multiple macOS versions
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 12 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 536ab22..f8ef972 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: