Skip to content

Commit

Permalink
Let travis figure out the latest minor version of ruby to use
Browse files Browse the repository at this point in the history
  • Loading branch information
micke committed Aug 1, 2017
1 parent 09824e6 commit 550e209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ language: ruby
sudo: false

rvm:
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 2.3
- 2.2
- 2.1
- 2.0

gemfile:
- gemfiles/activemodel3.gemfile
Expand Down

0 comments on commit 550e209

Please sign in to comment.