Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Use wwtd to test across all supported Rubies at once (What Would Trav…
Browse files Browse the repository at this point in the history
…is Do)
  • Loading branch information
grempe committed May 12, 2016
1 parent 7a89c81 commit 300c512
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.1.0
- 2.2.4
- 2.3.1
- jruby-9.0.5.0
before_install: gem install bundler -v 1.12.1
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'wwtd/tasks'

RSpec::Core::RakeTask.new(:spec)

task default: :spec
Expand Down
1 change: 1 addition & 0 deletions srp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 11.0'
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'wwtd', '~> 1.3'
end

0 comments on commit 300c512

Please sign in to comment.