From c825628680b285d1544ce4fd54c3dcc62da648e7 Mon Sep 17 00:00:00 2001 From: Loren Segal Date: Tue, 14 Jun 2011 14:53:09 -0400 Subject: [PATCH] Only test for 1.8.6, 1.8.7 and ree on travis-ci.org --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d6bf2d09..66452b74e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,15 @@ # Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html) -#bundler_args: --binstubs +bundler_args: --local # Specify which ruby versions you wish to run your tests on, each version will be used rvm: - - 1.9.2 - - 1.9.1 - 1.8.7 - 1.8.6 - ree - - jruby -# - ruby-head (RedCloth does not compile) +# - 1.9.2 # Not yet working +# - 1.9.1 # Not yet working +# - jruby # Not yet working +# - ruby-head # RedCloth does not compile on head # Define how to run your tests (defaults to `bundle exec rake` or `rake` depending on whether you have a `Gemfile`) script: "bundle exec rake travis_ci"