From c3a706a1936318b1f40aa537ba101d0062063c89 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Sat, 28 Jan 2012 20:12:31 -0800 Subject: [PATCH] Use rbx-{18,19}mode as indicated http://about.travis-ci.org/docs/user/languages/ruby/ --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a246f6e0..ba51bba6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ rvm: - 1.9.2 - 1.9.3 - ree - - rbx-2.0 + - rbx-18mode + - rbx-19mode - jruby notifications: @@ -13,4 +14,4 @@ notifications: branches: only: - - master \ No newline at end of file + - master