From 31d721fe7e0d353256859dd2420931cfd4bd4429 Mon Sep 17 00:00:00 2001 From: Dan Trenz Date: Thu, 3 Mar 2016 21:55:59 -0500 Subject: [PATCH] Removing slather for codecov --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1c3483..0380ae1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,9 @@ notifications: before_install: - rvm use $RVM_RUBY_VERSION - gem install cocoapods - - gem install slather - pod install after_success: - - slather - - bash <(curl -s https://codecov.io/bash) -f cobertura.xml + - bash <(curl -s https://codecov.io/bash) script: - set -o pipefail && xcodebuild clean test -workspace SettingsKit.xcworkspace -scheme SettingsKit -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=YES | xcpretty - pod lib lint