mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 17:28:22 +00:00
Update .travis.yml
Summary: Close #282 Closes https://github.com/Instagram/IGListKit/pull/283 Differential Revision: D4281950 Pulled By: jessesquires fbshipit-source-id: 38ceddc1162624515d36eda52f177b958fe7fe3e
This commit is contained in:
parent
7c3d4999eb
commit
0a08908f7f
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ before_install:
|
|||
- gem install slather --no-rdoc --no-ri --no-document --quiet
|
||||
|
||||
script:
|
||||
- set -o pipefail
|
||||
|
||||
- if [ $POD_LINT == "YES" ]; then
|
||||
pod lib lint;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue