[DRE-commits] [ruby-aruba] 51/74: Reorder rubies in travis.yml

Hideki Yamane henrich at moszumanska.debian.org
Sat Nov 28 01:16:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit 9aa7698eb50cc7a7759da16c0c337d3c3e28ce7c
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Fri Nov 27 07:18:01 2015 +0100

    Reorder rubies in travis.yml
---
 .travis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f87b2cf..c3e9dad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,19 +3,19 @@ language: ruby
 script: script/test
 install: script/bootstrap --without development debug
 rvm:
-- 2.2.3
-- 2.1.7
-- 2.0.0
+- 1.8.7
 - 1.9.2
 - 1.9.3
-- 1.8.7
+- 2.0.0
+- 2.1.7
+- 2.2.3
+- jruby
 - jruby-20mode
 - jruby-21mode
-- jruby
-- rbx
 - jruby-9.0.0.0
 - jruby-9.0.0.0-20mode
 - jruby-9.0.0.0-21mode
+- rbx
 matrix:
   allow_failures:
   - rvm: rbx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git



More information about the Pkg-ruby-extras-commits mailing list