Skip to content

Commit

Permalink
Adding ruby 1.9.3 and jruby to travis. Adding coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Dec 22, 2014
1 parent 400885f commit 2c27ed9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ rvm:
- ruby-2.1.1
- ruby-2.1.2
- ruby-2.1.3
- ruby-1.9.3
- jruby-1.7.16
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Hash19
[![Build Status](https://travis-ci.org/rcdexta/hash19.svg)](https://travis-ci.org/rcdexta/hash19)
[![Gem Version](https://badge.fury.io/rb/hash19.svg)](http://badge.fury.io/rb/hash19)
[![Coverage Status](https://img.shields.io/coveralls/rcdexta/hash19.svg)](https://coveralls.io/r/rcdexta/hash19)

![Hash-19](https://s3-us-west-1.amazonaws.com/rcdexta/hash-19-droid.png)

Expand Down
1 change: 1 addition & 0 deletions hash19.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'coveralls'

spec.add_runtime_dependency 'jsonpath', '~> 0.5.6'
spec.add_runtime_dependency 'eldritch'
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'active_support/all'
require 'pry'
require 'hash19'
require 'coveralls'

Coveralls.wear!

0 comments on commit 2c27ed9

Please sign in to comment.