File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ of patent rights can be found in the PATENTS file in the same directory.
8888 [ build-status-svg ] : https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX.svg
8989 [ build-status-link ] : https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX/branches
9090
91- [ coverage-status-svg ] : https://coveralls .io/repos /ParsePlatform/Parse-SDK-iOS-OSX/badge .svg?branch=master&service=github
92- [ coverage-status-link ] : https://coveralls .io/github/ParsePlatform/Parse-SDK-iOS-OSX?branch=master
91+ [ coverage-status-svg ] : https://codecov .io/github /ParsePlatform/Parse-SDK-iOS-OSX/coverage .svg?branch=master
92+ [ coverage-status-link ] : https://codecov .io/github/ParsePlatform/Parse-SDK-iOS-OSX?branch=master
9393
9494 [ license-svg ] : https://img.shields.io/badge/license-BSD-lightgrey.svg
9595 [ license-link ] : https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/blob/master/LICENSE
Original file line number Diff line number Diff line change @@ -218,8 +218,6 @@ namespace :test do
218218 puts 'iOS Tests Failed!'
219219 exit ( 1 )
220220 end
221- # Slather if running in Travis
222- `slather` if ENV [ 'TRAVIS' ]
223221 end
224222
225223 desc 'Run OS X Tests'
@@ -240,8 +238,6 @@ namespace :test do
240238 puts 'OS X Tests Failed!'
241239 exit ( 1 )
242240 end
243- # Slather if running in Travis
244- `slather` if ENV [ 'TRAVIS' ]
245241 end
246242
247243 desc 'Run Deployment Tests'
You can’t perform that action at this time.
0 commit comments