We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00aa51a commit 78f6412Copy full SHA for 78f6412
1 file changed
.travis.yml
@@ -8,19 +8,19 @@ jobs:
8
- stage: Validate Pods
9
script: "./Scripts/pod-lint.sh"
10
os: osx
11
- osx_image: xcode12.2
+ osx_image: xcode11.6
12
- stage: release new version
13
script: "./Scripts/travis/new-release.sh"
14
15
16
if: branch = master AND type = push AND fork = false
17
- stage: deploy to cocoapods
18
script: "./Scripts/travis/deploy-to-cocoapods.sh"
19
20
21
22
- stage: publish documentation
23
script: "./Scripts/travis/publish-documentation.sh"
24
25
26
0 commit comments