Skip to content

Commit

Permalink
Simplify Travis-CI Ruby versioning
Browse files Browse the repository at this point in the history
Load latest Ruby minor version as soon as travis-ci makes it available.
  • Loading branch information
jonatack committed Sep 22, 2014
1 parent ba7d9f8 commit f62fd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: false
rvm:
- 2.1
- 2.0
- 1.9.3
- 1.9

env:
- RAILS=4-1-stable DB=sqlite3
Expand Down

0 comments on commit f62fd0e

Please sign in to comment.