diff --git a/.travis.yml b/.travis.yml index 286474d..0c1c880 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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