Skip to content

Commit

Permalink
Added .travis.yml for testing all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Apr 17, 2011
1 parent 4af9541 commit d227cc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- ree
- rbx
- jruby
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ namespace :spec do

desc "Run all specs on multiple ruby versions (requires rvm and bundler)"
task :portability do
%w[1.8.7 ree 1.9.2 jruby rubinius].each do |version|
%w[1.8.6 1.8.7 1.9.2 ree jruby rubinius].each do |version|
system <<-BASH
bash -c 'source ~/.rvm/scripts/rvm;
rvm #{version};
Expand Down

0 comments on commit d227cc8

Please sign in to comment.