Skip to content

Commit

Permalink
Adds travis, coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
rthbound committed Nov 17, 2013
1 parent fd1ed6a commit 1297385
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: ruby

matrix:
allow_failures:
- rvm: ruby-head

rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- jruby
- ruby-head

script: bundle exec rake test
6 changes: 2 additions & 4 deletions test/test_helper.rb
@@ -1,7 +1,5 @@
#require 'coveralls'
#Coveralls.wear!
require 'simplecov'
SimpleCov.start
require 'coveralls'
Coveralls.wear!

require "minitest/autorun"

Expand Down

0 comments on commit 1297385

Please sign in to comment.