Skip to content

Commit

Permalink
known bug in jruby 1.7.0, test against 1.6.8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Nov 10, 2012
1 parent f8cc00c commit 5bb2561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if File.exists?(release_ops_path)
require File.join(release_ops_path, 'releaseops')

# sets up the multi-ruby zk:test_all rake tasks
ReleaseOps::TestTasks.define_for(*%w[1.8.7 1.9.2 jruby ree 1.9.3])
ReleaseOps::TestTasks.define_for(*%w[1.8.7 1.9.2 jruby-1.6.8 ree 1.9.3])

# sets up the task :default => 'spec:run' and defines a simple
# "run the specs with the current rvm profile" task
Expand Down

0 comments on commit 5bb2561

Please sign in to comment.