Skip to content

Commit

Permalink
Set unknown as default ci_service
Browse files Browse the repository at this point in the history
  • Loading branch information
fermoyadrop authored and ksuther committed Oct 6, 2021
1 parent 7fccd64 commit 571b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slather/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def configure_ignore_list
end

def configure_ci_service
self.ci_service ||= (self.class.yml["ci_service"] || :travis_ci)
self.ci_service ||= (self.class.yml["ci_service"] || :unknown)
end

def configure_input_format
Expand Down

0 comments on commit 571b1e2

Please sign in to comment.