Skip to content

Commit

Permalink
travis.yml - remove --verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat committed Dec 17, 2019
1 parent 9258845 commit d968aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stages:

before_install:
- gem install cocoapods
- pod --version

jobs:
include:
Expand All @@ -29,8 +30,7 @@ jobs:

- stage: lint
script:
- pod --version
- pod lib lint --verbose
- pod lib lint

- stage: publish
script:
Expand Down

0 comments on commit d968aaf

Please sign in to comment.