Skip to content

Commit

Permalink
Rubinius does not work :(
Browse files Browse the repository at this point in the history
  • Loading branch information
splattael committed May 12, 2011
1 parent 0266081 commit 6e5e5d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ tags
.yardoc
.bundle
Gemfile.lock
*.rbc
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,3 @@ rvm:
- ree
- 1.9.2
- jruby
- rbx
4 changes: 3 additions & 1 deletion Rakefile
@@ -1,6 +1,8 @@
require 'bundler'
Bundler::GemHelper.install_tasks

RUBIES = %w[ree 1.9.2 jruby]

require 'rake'
require 'rake/rdoctask'
require 'rubygems'
Expand All @@ -19,7 +21,7 @@ end
desc "Test with several ruby versions"
task :"test:rubies" do
command = "bundle check || bundle install && rake"
%w[ree 1.9.2 jruby].each do |ruby|
RUBIES.each do |ruby|
rvm = "#{ruby}@libnotify"
puts "\n" * 3
puts "RVM: #{rvm}"
Expand Down

0 comments on commit 6e5e5d8

Please sign in to comment.