Skip to content

Commit 59e01a1

Browse files
committed
OSS credit option on by default
1 parent 4be9352 commit 59e01a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/travis/api/v3/models/organization_preferences.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Travis::API::V3
44
class Models::OrganizationPreferences < Models::JsonSlice
55
child Models::Preference
66

7-
attribute :consume_oss_credits, Boolean, default: false
7+
attribute :consume_oss_credits, Boolean, default: true
88

99
# whether to show insights about the organization's private repositories to
1010
# only admins, all members of the organization, or everybody (public) (note:

lib/travis/api/v3/models/user_preferences.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Models::UserPreferences < Models::JsonSlice
66

77
attribute :build_emails, Boolean, default: true
88

9-
attribute :consume_oss_credits, Boolean, default: false
9+
attribute :consume_oss_credits, Boolean, default: true
1010

1111
# whether to show insights about the user's private repositories to
1212
# everybody or keep them only for the user (note: insights about public

0 commit comments

Comments
 (0)