Skip to content

Commit 0f7913b

Browse files
authored
Merge pull request #486 from travis-ci/ag-bump-version
Bump version to 1.8.8
2 parents ba28191 + 906f309 commit 0f7913b

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1966,12 +1966,12 @@ You can check your Ruby version by running `ruby -v`:
19661966

19671967
Then run:
19681968

1969-
$ gem install travis -v 1.8.6 --no-rdoc --no-ri
1969+
$ gem install travis -v 1.8.8 --no-rdoc --no-ri
19701970

19711971
Now make sure everything is working:
19721972

19731973
$ travis version
1974-
1.8.6
1974+
1.8.8
19751975

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

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

20612061
## Version History
20622062

2063+
**1.8.8** (March 3, 2017)
2064+
2065+
* Fix auto-login for when token is locally available
2066+
20632067
**1.8.0** (July 15, 2015)
20642068

20652069
* Fix listener for pusher changes on [travis-ci.org](https://travis-ci.org).

lib/travis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Travis
2-
VERSION = '1.8.6'
2+
VERSION = '1.8.8'
33
end

spec/support/fake_travis_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
last_check:
33
etag: '"fake_etaag"'
4-
version: 1.8.6
4+
version: 1.8.8
55
at: 1487940199
66
checked_completion: true
7-
completion_version: 1.8.6
7+
completion_version: 1.8.8
88
endpoints:
99
https://api.travis-ci.com/:
1010
access_token: fake-travis-com-token

travis.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
# general infos
44
s.name = "travis"
5-
s.version = "1.8.6"
5+
s.version = "1.8.8"
66
s.description = "CLI and Ruby client library for Travis CI"
77
s.homepage = "https://github.com/travis-ci/travis.rb"
88
s.summary = "Travis CI client"

0 commit comments

Comments
 (0)