diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 02:52:08 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 02:52:08 +0000 |
| commit | 48052b2fcbfa16faa0ff4b9d70b82c47e4802d65 (patch) | |
| tree | af92edef3651c106ccde69408b118eb3466db530 | |
| parent | Reworked GL type conversions and added tests (diff) | |
| download | DiligentCore-48052b2fcbfa16faa0ff4b9d70b82c47e4802d65.tar.gz DiligentCore-48052b2fcbfa16faa0ff4b9d70b82c47e4802d65.zip | |
travis.yml: switched to using xcode11.1 image
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 863653cc..092675f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,11 +26,13 @@ matrix: env: - CONFIG=Debug - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Debug - IOS=false - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Debug @@ -40,11 +42,13 @@ matrix: env: - CONFIG=Release - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Release - IOS=false - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Release |
