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.
88
88
[ build-status-svg ] : https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX.svg
89
89
[ build-status-link ] : https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX/branches
90
90
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
93
93
94
94
[ license-svg ] : https://img.shields.io/badge/license-BSD-lightgrey.svg
95
95
[ 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
218
218
puts 'iOS Tests Failed!'
219
219
exit ( 1 )
220
220
end
221
- # Slather if running in Travis
222
- `slather` if ENV [ 'TRAVIS' ]
223
221
end
224
222
225
223
desc 'Run OS X Tests'
@@ -240,8 +238,6 @@ namespace :test do
240
238
puts 'OS X Tests Failed!'
241
239
exit ( 1 )
242
240
end
243
- # Slather if running in Travis
244
- `slather` if ENV [ 'TRAVIS' ]
245
241
end
246
242
247
243
desc 'Run Deployment Tests'
You can’t perform that action at this time.
0 commit comments