verbose build
This commit is contained in:
parent
47e656e40e
commit
b0273df452
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue