Skip to content

Commit

Permalink
Merge pull request airbnb#91 from airbnb/rpai/ruby_23
Browse files Browse the repository at this point in the history
test against ruby 2.3 and latest rubies
  • Loading branch information
jolynch authored Nov 8, 2016
2 parents 6c9d42a + afe1cdf commit 112660b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: ruby
cache: bundler
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.6
- 2.2.2
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.5
- 2.3.1

0 comments on commit 112660b

Please sign in to comment.