Skip to content

Commit

Permalink
travis: build on xenial and use xcode9
Browse files Browse the repository at this point in the history
  • Loading branch information
akva2 committed Apr 4, 2018
1 parent 7fe7dde commit 3b5058d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -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.1
osx_image: xcode9

#
# Some of the OS X images don't have cmake, contrary to what people
Expand Down

0 comments on commit 3b5058d

Please sign in to comment.