Skip to content

Commit

Permalink
Update Travis CI simulator versions and update to the Xcode 11.3 osx_…
Browse files Browse the repository at this point in the history
…image
  • Loading branch information
tonyarnold committed Jan 14, 2020
1 parent 67b3f1b commit 8f04b16
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: swift
osx_image: xcode10.2
osx_image: xcode11.3

cache:
directories:
Expand All @@ -14,16 +14,15 @@ jobs:
include:
- stage: "Xcode"
name: "Run tests on iOS"
script: xcrun xcodebuild test -destination "platform=iOS Simulator,OS=12.2,name=iPhone X" -workspace "Bond.xcworkspace" -scheme "Bond-iOS"
script: xcrun xcodebuild test -destination "platform=iOS Simulator,OS=13.3,name=iPhone 11" -workspace "Bond.xcworkspace" -scheme "Bond-iOS"
after_success: 'bash <(curl -s https://codecov.io/bash)'
-
name: "Build for macOS"
script: xcrun xcodebuild build -destination "platform=macOS" -workspace "Bond.xcworkspace" -scheme "Bond-macOS"
-
name: "Build for tvOS"
script: xcrun xcodebuild build -destination "platform=tvOS Simulator,OS=12.2,name=Apple TV 4K" -workspace "Bond.xcworkspace" -scheme "Bond-tvOS"
script: xcrun xcodebuild build -destination "platform=tvOS Simulator,OS=13.3,name=Apple TV 4K" -workspace "Bond.xcworkspace" -scheme "Bond-tvOS"

- stage: "Swift Package Manager"
name: "Run Tests"
script: swift test

script: swift test --enable-test-discovery

0 comments on commit 8f04b16

Please sign in to comment.