Skip to content

Commit

Permalink
Update CI (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Jun 9, 2020
1 parent e241e1d commit f620ac4
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,13 @@ jobs:
name: "Unit Tests: Ubuntu 18.04 (Swift 5.0)"
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.0.3 NO_TSAN=true
- <<: *tests
name: "Unit Tests: Xcode 11.4 (Swift 5.2)"
name: "Unit Tests: Xcode 11.5"
os: osx
osx_image: xcode11.4
- <<: *tests
name: "Unit Tests: Xcode 11.3 (Swift 5.1)"
os: osx
osx_image: xcode11.3
env: NO_TSAN=true
osx_image: xcode11.5
- <<: *tests
name: "Unit Tests: Xcode 10.3 (Swift 5.0)"
name: "Unit Tests: Xcode 11.4"
os: osx
osx_image: xcode10.3
env: NO_TSAN=true
osx_image: xcode11.4
# Interop Tests.
- &interop_tests
stage: "Interoperability Tests"
Expand All @@ -62,17 +56,13 @@ jobs:
name: "Interoperability Tests: Ubuntu 18.04 (Swift 5.0)"
env: RUN_INTEROP_TESTS=true SWIFT_VERSION=5.0.3
- <<: *interop_tests
name: "Interoperability Tests: Xcode 11.4 (Swift 5.2)"
name: "Interoperability Tests: Xcode 11.5"
os: osx
osx_image: xcode11.4
- <<: *interop_tests
name: "Interoperability Tests: Xcode 11.3 (Swift 5.1)"
os: osx
osx_image: xcode11.3
osx_image: xcode11.5
- <<: *interop_tests
name: "Interoperability Tests: Xcode 10.3 (Swift 5.0)"
name: "Interoperability Tests: Xcode 11.4"
os: osx
osx_image: xcode10.3
osx_image: xcode11.4
allow_failures:
# Swift Development builds are allowed to fail since they're pre-release.
- <<: *development
Expand Down

0 comments on commit f620ac4

Please sign in to comment.