We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032fb0c commit 42443c2Copy full SHA for 42443c2
.travis.yml
@@ -1,11 +1,11 @@
1
language: swift
2
xcode_project: ThunderCollection.xcodeproj # path to your xcodeproj folder
3
-osx_image: xcode11
+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: ThunderCollection
11
- xcode_destination: platform=iOS Simulator,OS=13.0,name=iPhone 11 Pro Max
+ xcode_destination: platform=iOS Simulator,OS=14.0,name=iPhone 11 Pro Max
0 commit comments