Skip to content

Commit

Permalink
Only test for 1.8.6, 1.8.7 and ree on travis-ci.org
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jun 14, 2011
1 parent 57d87d5 commit c825628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .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"
Expand Down

0 comments on commit c825628

Please sign in to comment.