diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 06:49:40 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 06:49:40 +0000 |
| commit | 4b42f66f4380da2792fb3a983b3bd0c18728a1eb (patch) | |
| tree | 134afb786673313cb40289ae8c2727eccf09f9d8 | |
| parent | DXSDKMeshLoader: added line strip topology (diff) | |
| download | DiligentTools-4b42f66f4380da2792fb3a983b3bd0c18728a1eb.tar.gz DiligentTools-4b42f66f4380da2792fb3a983b3bd0c18728a1eb.zip | |
travis.yml: switched to using xcode 11.1
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9e7dbb2..cf5b696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ matrix: compiler: gcc env: CONFIG=Release - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Release @@ -34,6 +35,7 @@ matrix: compiler: gcc env: CONFIG=Debug - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Release |
