Skip to content

Commit 033432f

Browse files
authored
Catch failures from pod lib lint in travis (#400)
1 parent 19ff554 commit 033432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
script:
1616
- "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
1717
- ./test.sh
18-
- pod lib lint FirebaseCommunity.podspec --verbose | tail -40
18+
- pod lib lint FirebaseCommunity.podspec
1919

2020
branches:
2121
only:

0 commit comments

Comments
 (0)