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 083d7ac commit 1ff328cCopy full SHA for 1ff328c
.travis.yml
@@ -2,7 +2,7 @@ language: generic
2
matrix:
3
include:
4
- os: osx
5
- osx_image: xcode11
+ osx_image: xcode11.3
6
name: Danger
7
env:
8
- CACHE_NAME=SWIFT5_1
@@ -19,7 +19,7 @@ matrix:
19
- brew install danger/tap/danger-swift
20
script: DEBUG="*" danger-swift ci
21
22
23
name: Swift 5.1 compatibility
24
25
0 commit comments