File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,25 +56,25 @@ matrix:
5656 - script :
5757 - brew update
5858 - brew outdated carthage || brew upgrade carthage
59- - carthage build --no-skip-current --platform mac --verbose
59+ - carthage build --no-skip-current --platform mac
6060 env :
6161 - JOB=CARTHAGE-macOS
6262 - script :
6363 - brew update
6464 - brew outdated carthage || brew upgrade carthage
65- - carthage build --no-skip-current --platform iOS --verbose
65+ - carthage build --no-skip-current --platform iOS
6666 env :
6767 - JOB=CARTHAGE-iOS
6868 - script :
6969 - brew update
7070 - brew outdated carthage || brew upgrade carthage
71- - carthage build --no-skip-current --platform tvOS --verbose
71+ - carthage build --no-skip-current --platform tvOS
7272 env :
7373 - JOB=CARTHAGE-tvOS
7474 - script :
7575 - brew update
7676 - brew outdated carthage || brew upgrade carthage
77- - carthage build --no-skip-current --platform watchOS --verbose
77+ - carthage build --no-skip-current --platform watchOS
7878 env :
7979 - JOB=CARTHAGE-watchOS
8080 - os : osx
You can’t perform that action at this time.
0 commit comments