From 8801d121ee14856ea9eee1a89ef2b34335f75316 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 22 Mar 2018 13:52:05 +0100 Subject: [PATCH] travis: build on xenial and use xcode9 --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 895d90e..47453ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,17 +14,15 @@ env: matrix: include: - os: linux - dist: trusty + dist: xenial sudo: required compiler: gcc - os: linux - dist: trusty + dist: xenial sudo: required compiler: clang - os: osx - osx_image: xcode7.3 - - os: osx - osx_image: xcode6.4 + osx_image: xcode9 # # Some of the OS X images don't have cmake, contrary to what people