Commit 63e4fa21 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

update travis.yml (test build on macOS 10.13)

parent 9a481035
Loading
Loading
Loading
Loading
+13 −10
Original line number Diff line number Diff line
language: cpp
dist: bionic
sudo: required
osx_image: xcode11

os:
  - linux
  - osx

compiler:
  - gcc
  - clang

before_install:
  - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo apt-get update -qq; fi
@@ -20,3 +10,16 @@ before_install:
script:
  - cmake .
  - make all

jobs:
  include:
    - os: linux
      dist: bionic
      compiler: gcc
    - os: linux
      dist: bionic
      compiler: clang
    - os: osx
      osx_image: xcode9.4
    - os: osx
      osx_image: xcode11