Skip to content

Commit

Permalink
Add travis.yml and rake default
Browse files Browse the repository at this point in the history
  • Loading branch information
onk committed Dec 16, 2017
1 parent d99c225 commit 35da606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
language: ruby
cache: bundler
rvm:
- ruby-head
3 changes: 3 additions & 0 deletions Rakefile
@@ -1 +1,4 @@
require "bundler/gem_tasks" require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:rspec)
task :default => [:rspec]

0 comments on commit 35da606

Please sign in to comment.