Skip to content

Commit

Permalink
Merge pull request #191 from Rechi/ci
Browse files Browse the repository at this point in the history
[ci][travis] use newer ubuntu & xcode versions
  • Loading branch information
Rechi authored Oct 14, 2018
2 parents e8effad + 7a8e825 commit 9f7fffc
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,17 @@ language: cpp
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
osx_image: xcode9
- os: osx
osx_image: xcode6.1

#
# Some of the OS X images don't have cmake, contrary to what people
# on the Internet say
#
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew install cmake ; fi
osx_image: xcode9.4

#
# The addon source is automatically checked out in $TRAVIS_BUILD_DIR,
Expand Down

0 comments on commit 9f7fffc

Please sign in to comment.