Skip to content

Commit 8f04b16

Browse files
committed
Update Travis CI simulator versions and update to the Xcode 11.3 osx_image
1 parent 67b3f1b commit 8f04b16

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: swift
2-
osx_image: xcode10.2
2+
osx_image: xcode11.3
33

44
cache:
55
directories:
@@ -14,16 +14,15 @@ jobs:
1414
include:
1515
- stage: "Xcode"
1616
name: "Run tests on iOS"
17-
script: xcrun xcodebuild test -destination "platform=iOS Simulator,OS=12.2,name=iPhone X" -workspace "Bond.xcworkspace" -scheme "Bond-iOS"
17+
script: xcrun xcodebuild test -destination "platform=iOS Simulator,OS=13.3,name=iPhone 11" -workspace "Bond.xcworkspace" -scheme "Bond-iOS"
1818
after_success: 'bash <(curl -s https://codecov.io/bash)'
1919
-
2020
name: "Build for macOS"
2121
script: xcrun xcodebuild build -destination "platform=macOS" -workspace "Bond.xcworkspace" -scheme "Bond-macOS"
2222
-
2323
name: "Build for tvOS"
24-
script: xcrun xcodebuild build -destination "platform=tvOS Simulator,OS=12.2,name=Apple TV 4K" -workspace "Bond.xcworkspace" -scheme "Bond-tvOS"
24+
script: xcrun xcodebuild build -destination "platform=tvOS Simulator,OS=13.3,name=Apple TV 4K" -workspace "Bond.xcworkspace" -scheme "Bond-tvOS"
2525

2626
- stage: "Swift Package Manager"
2727
name: "Run Tests"
28-
script: swift test
29-
28+
script: swift test --enable-test-discovery

0 commit comments

Comments
 (0)