Skip to content

Commit

Permalink
added travis.yml and default Rakefile task
Browse files Browse the repository at this point in the history
  • Loading branch information
elentok committed Feb 6, 2013
1 parent 6d23e5b commit dd00050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: ruby
rvm:
- 1.9.3
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

task :default => [:spec]

0 comments on commit dd00050

Please sign in to comment.