Simplify Travis-CI Ruby versioning

Load latest Ruby minor version as soon as travis-ci makes it available.
This commit is contained in:
Jon Atack 2014-09-22 18:52:40 +02:00
parent ba7d9f8aec
commit f62fd0e8b4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ sudo: false
rvm:
- 2.1
- 2.0
- 1.9.3
- 1.9
env:
- RAILS=4-1-stable DB=sqlite3