We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aac60e commit 14d4ef3Copy full SHA for 14d4ef3
.travis.yml
@@ -5,7 +5,7 @@ jobs:
5
name: iOS
6
osx_image: xcode11.4
7
script:
8
- - xcodebuild clean test -project SwiftDraw.xcodeproj -scheme SwiftDraw -sdk iphonesimulator13.4.1 -destination "name=iPhone 11"
+ - xcodebuild clean test -project SwiftDraw.xcodeproj -scheme SwiftDraw -sdk iphonesimulator13.4 -destination "name=iPhone 11"
9
- stage: test
10
name: macOS
11
0 commit comments