mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
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:
parent
2660b14084
commit
8c32f2581f
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue