Skip to content

Commit

Permalink
Merge pull request #824 from travis-ci/bug-fix-cycle-8
Browse files Browse the repository at this point in the history
Bug fix cycle 8
  • Loading branch information
murtaza-swati committed Jun 9, 2022
2 parents 7345257 + c6aea1d commit 4f4489f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,14 @@ See https://github.com/travis-ci/travis.rb/issues/768#issuecomment-700220351 for

## Version History

### 1.11.1

* Fix `travis sshkey --generate` https://github.com/travis-ci/travis.rb/pull/820

### 1.11.0

* Removed authentication with password https://github.com/travis-ci/travis.rb/pull/811

### 1.10.1

* Fix `travis monitor` command https://github.com/travis-ci/travis.rb/pull/770
Expand Down
1 change: 0 additions & 1 deletion lib/travis/cli/sshkey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def generate_key
github.with_token do |token|
access_token = github_auth(token)
end
session.access_token = nil
unless access_token
raise Travis::Client::GitHubLoginFailed, "all GitHub tokens given were invalid"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Travis
VERSION = '1.11.0'
VERSION = '1.11.1'
end
2 changes: 1 addition & 1 deletion travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
# general info
s.name = "travis"
s.version = "1.11.0"
s.version = "1.11.1"
s.required_ruby_version = ">= 2.3.0"
s.description = "CLI and Ruby client library for Travis CI"
s.homepage = "https://github.com/travis-ci/travis.rb"
Expand Down

0 comments on commit 4f4489f

Please sign in to comment.