fastlane/lib/fastlane/actions/slather.rb in fastlane-2.56.0.beta.20170906010003 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.56.0.beta.20170907010003
- old
+ new
@@ -6,10 +6,10 @@
class SlatherAction < Action
# https://github.com/SlatherOrg/slather/blob/v2.4.2/lib/slather/command/coverage_command.rb
ARGS_MAP = {
travis: '--travis',
- travis_pro: '--travis-pro',
+ travis_pro: '--travispro',
circleci: '--circleci',
jenkins: '--jenkins',
buildkite: '--buildkite',
teamcity: '--teamcity',