Skip to content

Commit

Permalink
[travis] Use xcode11 image
Browse files Browse the repository at this point in the history
  • Loading branch information
casch-at committed Sep 10, 2019
1 parent de8e2e3 commit 52ad612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- python3-pip - python3-pip
- libcppunit-dev - libcppunit-dev
- os: osx - os: osx
osx_image: xcode11
script: ./scripts/travis.sh script: ./scripts/travis.sh
compiler: clang compiler: clang
env: T=clang-osx CMAKE_BUILD_TYPE=Debug env: T=clang-osx CMAKE_BUILD_TYPE=Debug
Expand All @@ -49,6 +50,7 @@ jobs:
- yarn - yarn
- cppunit - cppunit
- os: osx - os: osx
osx_image: xcode11
script: ./scripts/travis.sh script: ./scripts/travis.sh
compiler: clang compiler: clang
env: T=clang-osx CMAKE_BUILD_TYPE=Release env: T=clang-osx CMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 52ad612

Please sign in to comment.