From 8e13c9b1ea3458233452aff85531bef2fd802c74 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Mon, 5 Aug 2013 00:17:20 -0700 Subject: [PATCH] Move normal ruby versions back to the rvm section * Without this change travis does another 1.9.3 run --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cf376fa..d90822bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,13 @@ language: ruby before_install: gem install bundler bundler_args: --without yard guard benchmarks script: "bundle exec rake ci" +rvm: + - 1.9.3 + - 2.0.0 + - ruby-head + - rbx-19mode matrix: include: - - rvm: 1.9.3 - - rvm: 2.0.0 - - rvm: ruby-head - - rvm: rbx-19mode - rvm: jruby-19mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" - rvm: jruby-head