Skip to content

Commit

Permalink
Merge pull request #486 from travis-ci/ag-bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.8.8
  • Loading branch information
aakritigupta authored Mar 3, 2017
2 parents ba28191 + 906f309 commit 0f7913b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1966,12 +1966,12 @@ You can check your Ruby version by running `ruby -v`:

Then run:

$ gem install travis -v 1.8.6 --no-rdoc --no-ri
$ gem install travis -v 1.8.8 --no-rdoc --no-ri

Now make sure everything is working:

$ travis version
1.8.6
1.8.8

See also [Note on Ubuntu](#ubuntu) below.

Expand Down Expand Up @@ -2060,6 +2060,10 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis

## Version History

**1.8.8** (March 3, 2017)

* Fix auto-login for when token is locally available

**1.8.0** (July 15, 2015)

* Fix listener for pusher changes on [travis-ci.org](https://travis-ci.org).
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.8.6'
VERSION = '1.8.8'
end
4 changes: 2 additions & 2 deletions spec/support/fake_travis_config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
last_check:
etag: '"fake_etaag"'
version: 1.8.6
version: 1.8.8
at: 1487940199
checked_completion: true
completion_version: 1.8.6
completion_version: 1.8.8
endpoints:
https://api.travis-ci.com/:
access_token: fake-travis-com-token
Expand Down
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 infos
s.name = "travis"
s.version = "1.8.6"
s.version = "1.8.8"
s.description = "CLI and Ruby client library for Travis CI"
s.homepage = "https://github.com/travis-ci/travis.rb"
s.summary = "Travis CI client"
Expand Down

0 comments on commit 0f7913b

Please sign in to comment.