We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28a481 commit b17a286Copy full SHA for b17a286
.travis.yml
@@ -1,13 +1,13 @@
1
language: swift
2
xcode_project: ThunderBasics.xcodeproj # path to your xcodeproj folder
3
-osx_image: xcode11.6
+osx_image: xcode12
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.6,name=iPhone 11 Pro Max
+ xcode_destination: platform=iOS Simulator,OS=14.0,name=iPhone 11 Pro Max
12
- xcode_scheme: ThunderBasics-macOS
13
xcode_destination: platform=macOS
0 commit comments