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:
Jesse Squires 2016-12-05 17:10:33 -08:00 committed by Facebook Github Bot
parent 7c3d4999eb
commit 0a08908f7f

View file

@ -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