Fix coveralls reporting

Summary:
😅 oops. sorry. 😄

Recent changes broke this.

Error: `/Users/travis/build.sh: line 57: slather: command not found`

https://travis-ci.org/Instagram/IGListKit/jobs/177084719#L697
Closes https://github.com/Instagram/IGListKit/pull/223

Differential Revision: D4206344

Pulled By: rnystrom

fbshipit-source-id: b20ae4c637eef3744306771fc65acae9ec76bdbc
This commit is contained in:
Jesse Squires 2016-11-18 12:37:24 -08:00 committed by Facebook Github Bot
parent 2660b14084
commit 8c32f2581f

View file

@ -3,6 +3,7 @@ osx_image: xcode8.1
cache:
- cocoapods
- slather
env:
global:
@ -34,6 +35,9 @@ env:
- DESTINATION="OS=9.0,name=Apple TV 1080p" SDK="$TVOS_SDK" SCHEME="$TVOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="YES"
- DESTINATION="OS=10.0,name=Apple TV 1080p" SDK="$TVOS_SDK" SCHEME="$TVOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="NO"
before_install:
- gem install slather --no-rdoc --no-ri --no-document --quiet
script:
- if [ $POD_LINT == "YES" ]; then
pod lib lint;