File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2066,6 +2066,14 @@ See https://github.com/travis-ci/travis.rb/issues/768#issuecomment-700220351 for
2066
2066
2067
2067
# # Version History
2068
2068
2069
+ # ## 1.11.1
2070
+
2071
+ * Fix ` travis sshkey --generate` https: // github.com/ travis- ci/ travis.rb/ pull/ 820
2072
+
2073
+ # ## 1.11.0
2074
+
2075
+ * Removed authentication with password https: // github.com/ travis- ci/ travis.rb/ pull/ 811
2076
+
2069
2077
# ## 1.10.1
2070
2078
2071
2079
* Fix ` travis monitor` command https: // github.com/ travis- ci/ travis.rb/ pull/ 770
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ def generate_key
56
56
github . with_token do |token |
57
57
access_token = github_auth ( token )
58
58
end
59
- session . access_token = nil
60
59
unless access_token
61
60
raise Travis ::Client ::GitHubLoginFailed , "all GitHub tokens given were invalid"
62
61
end
Original file line number Diff line number Diff line change 1
1
module Travis
2
- VERSION = '1.11.0 '
2
+ VERSION = '1.11.1 '
3
3
end
Original file line number Diff line number Diff line change 2
2
Gem ::Specification . new do |s |
3
3
# general info
4
4
s . name = "travis"
5
- s . version = "1.11.0 "
5
+ s . version = "1.11.1 "
6
6
s . required_ruby_version = ">= 2.3.0"
7
7
s . description = "CLI and Ruby client library for Travis CI"
8
8
s . homepage = "https://github.com/travis-ci/travis.rb"
You can’t perform that action at this time.
0 commit comments