verbose build

This commit is contained in:
keefertaylor 2020-04-17 23:18:14 +09:00
parent 47e656e40e
commit b0273df452
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ jobs:
install:
- brew outdated cocoapods || brew upgrade cocoapods
script:
- travis_wait 500 pod lib lint --allow-warnings
- pod lib lint --verbose --allow-warnings
# - travis_wait 500 pod lib lint --allow-warnings
- stage: Build - Carthage And Code Coverage
install:
- brew outdated carthage || brew upgrade carthage