Reverse test order to see the newest Rubies first

This commit is contained in:
Jon Atack 2014-05-11 17:10:51 +02:00
parent 65145a426c
commit f92f519f41
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ before_install:
- travis_retry gem install bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.0.0
- 1.9.3
env:
- RAILS=4-1-stable DB=sqlite3