Commit af9fc06
authored
Add 'has_projects' to the list of valid repo options (piotrmurach#345)
* Add 'has_projects' to the list of valid repo options
Quotting https://developer.github.com/v3/repos/#edit
```
has_projects boolean Either true to enable projects for this
repository or false to disable them. Default:
true. Note: If you're creating a repository in an
organization that has disabled repository
projects, the default is false, and if you pass
true, the API returns an error.
```
* Fix Travis-CI build when bundler 2.0 is installed
See the following link for additional details:
https://docs.travis-ci.com/user/languages/ruby/#bundler-201 parent 83dc6c9 commit af9fc06
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments