Skip to content

Commit

Permalink
Add tests for Xcode 11
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 7, 2019
1 parent d91a9b1 commit 9b6472d
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,21 +507,42 @@ matrix:
- CXXSTD=-std=c++17

- os: osx
osx_image: xcode10.1
osx_image: xcode10.3
compiler: clang
env:
- CXX=clang++
- CXXSTD=-std=c++11

- os: osx
osx_image: xcode10.1
osx_image: xcode10.3
compiler: clang
env:
- CXX=clang++
- CXXSTD=-std=c++14

- os: osx
osx_image: xcode10.1
osx_image: xcode10.3
compiler: clang
env:
- CXX=clang++
- CXXSTD=-std=c++17

- os: osx
osx_image: xcode11.2
compiler: clang
env:
- CXX=clang++
- CXXSTD=-std=c++11

- os: osx
osx_image: xcode11.2
compiler: clang
env:
- CXX=clang++
- CXXSTD=-std=c++14

- os: osx
osx_image: xcode11.2
compiler: clang
env:
- CXX=clang++
Expand Down

0 comments on commit 9b6472d

Please sign in to comment.