Skip to content

Commit

Permalink
.travis.yml: build & deploy for Xcode12
Browse files Browse the repository at this point in the history
Xcode 12 has been out for a while now.
This change adds a build for it so that we can start putting it through the
pipeline.

Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Oct 24, 2020
1 parent e1f2454 commit 99ef201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ matrix:
- compiler: "gcc"
os: osx
osx_image: xcode11
- compiler: "gcc"
os: osx
osx_image: xcode12

- stage: "Trigger Next In Pipeline"
env:
Expand Down

0 comments on commit 99ef201

Please sign in to comment.