Skip to content

Commit

Permalink
add travis + rake as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 5, 2012
1 parent 9ad6f66 commit 5b70c53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
script: rake spec
rvm:
- 1.8.7
- 1.9.3
branches:
only:
- master
1 change: 1 addition & 0 deletions relevance_rails.gemspec
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry'
s.add_development_dependency 'capybara'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rake', '~> 0.9.2.2'
end

0 comments on commit 5b70c53

Please sign in to comment.