Skip to content

Commit

Permalink
Add configuration for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
boie0025 committed Aug 9, 2014
1 parent a4b9e31 commit 54a54c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: ruby
rvm:
- 2.0.0
- 2.1.2
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

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

task :default => :spec

0 comments on commit 54a54c1

Please sign in to comment.