Skip to content

Commit

Permalink
Auto merge of rubygems#1790 - nobu:update-versions, r=segiddins
Browse files Browse the repository at this point in the history
Update ruby versions

# Description:

Newer 2.2 and 2.3 have been released.
______________

# Tasks:

- [ ] Describe the problem / feature
- [ ] Write tests
- [ ] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).
  • Loading branch information
homu committed Nov 28, 2016
2 parents dfa79f3 + 05d02d6 commit 7e6eae8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -16,8 +16,8 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- 2.2.6
- 2.3.3
- ruby-head
env:
- "TEST_TOOL=rubygems YAML=syck"
Expand All @@ -35,9 +35,9 @@ matrix:
env: "TEST_TOOL=rubygems YAML=syck"
- rvm: 2.1.10
env: "TEST_TOOL=rubygems YAML=syck"
- rvm: 2.2.5
- rvm: 2.2.6
env: "TEST_TOOL=rubygems YAML=syck"
- rvm: 2.3.1
- rvm: 2.3.3
env: "TEST_TOOL=rubygems YAML=syck"
- rvm: ruby-head
env: "TEST_TOOL=rubygems YAML=syck"
Expand Down

0 comments on commit 7e6eae8

Please sign in to comment.