Skip to content

Commit

Permalink
Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerrifield committed Aug 23, 2011
1 parent b2960d4 commit f920a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -0,0 +1 @@
rvm: 1.9.2
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -3,3 +3,5 @@ require 'rspec/core/rake_task'

desc "Run all specs"
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

0 comments on commit f920a69

Please sign in to comment.