Skip to content

Commit

Permalink
Add stuff for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Nov 6, 2011
1 parent ba47ad6 commit 7b35ae4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- ree
- rbx
- rbx-2.0
- jruby
8 changes: 8 additions & 0 deletions Rakefile
@@ -1 +1,9 @@
require "bundler/gem_tasks" require "bundler/gem_tasks"
require "rspec/core/rake_task"

desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = %w[--color]
end

task :default => :spec
1 change: 1 addition & 0 deletions turnip.gemspec
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |s|


s.add_runtime_dependency "rspec", "~>2.0" s.add_runtime_dependency "rspec", "~>2.0"
s.add_runtime_dependency "gherkin" s.add_runtime_dependency "gherkin"
s.add_development_dependency "rake"
end end

0 comments on commit 7b35ae4

Please sign in to comment.