Skip to content

Commit 21e70c1

Browse files
author
Shane da Silva
committed
Remove Ruby 1.9.2 from Travis runs
This started failing on 1.9.2 and there's little incentive to fix it. Change-Id: I50997be1fea36a51ac322dd714fc076558a4c33b Reviewed-on: http://gerrit.causes.com/38448 Tested-by: jenkins <jenkins@causes.com> Reviewed-by: Shane da Silva <shane@causes.com>
1 parent 168cf21 commit 21e70c1

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
rvm:
22
- 1.8.7
3-
- 1.9.2
43
- 1.9.3
54
- 2.0.0
65
- 2.1.0

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Fix bug where `CHERRY_PICK_HEAD` would be lost when a pre-commit hook failed
66
after attempting to cherry pick a commit with a conflict
7+
* Drop support for Ruby 1.9.2
78

89
## 0.11.0
910

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ about Overcommit on our [engineering blog](http://causes.github.io).
3333
The following Ruby versions are supported:
3434

3535
* 1.8.7
36-
* 1.9.2
3736
* 1.9.3
3837
* 2.0.0
3938
* 2.1.0

0 commit comments

Comments
 (0)