Skip to content

Commit

Permalink
Exclude shell tests on jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Nov 29, 2012
1 parent d04ad55 commit 8fdc274
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Rakefile
Expand Up @@ -112,6 +112,10 @@ namespace :test do
end end


desc "Run all tests" desc "Run all tests"
task :all => [:test, "test:integration"] if defined?(JRUBY_VERSION) and ENV['TRAVIS']
task :all => :test
else
task :all => [:test, "test:integration"]
end
end end


0 comments on commit 8fdc274

Please sign in to comment.