Skip to content

Commit

Permalink
travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
OleMchls committed Mar 31, 2014
1 parent f47751f commit 48db202
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: ruby
rvm:
- 2.1.0
5 changes: 5 additions & 0 deletions Rakefile
@@ -0,0 +1,5 @@
require 'rspec/core/rake_task'

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

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

s.add_development_dependency(%q<rspec>)
s.add_development_dependency(%q<timecop>)
s.add_development_dependency(%q<rake>)
end

0 comments on commit 48db202

Please sign in to comment.