We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0a4e0 commit 7cf2c86Copy full SHA for 7cf2c86
.travis.yml
@@ -1,13 +1,13 @@
1
language: swift
2
xcode_project: ThunderBasics.xcodeproj # path to your xcodeproj folder
3
-osx_image: xcode11
+osx_image: xcode11.6
4
env:
5
global:
6
- LC_CTYPE=en_US.UTF-8
7
- LANG=en_US.UTF-8
8
matrix:
9
include:
10
- xcode_scheme: ThunderBasics-iOS
11
- xcode_destination: platform=iOS Simulator,OS=13.0,name=iPhone 11 Pro Max
+ xcode_destination: platform=iOS Simulator,OS=13.6,name=iPhone 11 Pro Max
12
- xcode_scheme: ThunderBasics-macOS
13
xcode_destination: platform=macOS
0 commit comments