Skip to content

Commit

Permalink
Fix Ruby versions for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aonemd committed Jan 26, 2017
1 parent bc33a5a commit 96ac0b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ language: ruby
rvm:
- 2.4.0
- 2.3.0
- 2.0.0
- 1.9.2
- 2.2.2
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changit

An over-engineered tool to change git config for multiple projects at once.

[![Build Status](https://travis-ci.org/aaooki/changit.svg?branch=master)](https://travis-ci.org/aaooki/changit)

## Installation

```ruby
Expand Down

0 comments on commit 96ac0b5

Please sign in to comment.