summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 16 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a0c48f767..ed67360fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,22 @@ matrix:
- env: SUBSURFACE_PLATFORM='mac'
os: osx
- osx_image: xcode8
- language: c++ ruby
+ osx_image: xcode10.1
+ language: c++
+ addons:
+ homebrew:
+ packages:
+ - xz
+ - hidapi
+ - libusb
+ - libxml2
+ - libxslt
+ - libzip
+ - openssl
+ - pkg-config
+ - libgit2
+ - libssh2
+ update: true
- env: SUBSURFACE_PLATFORM='windows'
os: linux