Skip to content

Commit

Permalink
adding travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Jan 18, 2014
1 parent ce27c43 commit a6dd3d5
Show file tree
Hide file tree
Showing 2 changed files with 8 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:
- jruby
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 a6dd3d5

Please sign in to comment.