Skip to content

Commit

Permalink
Merge pull request #22 from ptrimble/readme_update
Browse files Browse the repository at this point in the history
Add Travis badge to README
  • Loading branch information
ppeble authored Feb 7, 2017
2 parents 2a7ca4d + 3da0aad commit 76be591
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
env: JRUBY_OPTS=--debug
language: ruby

sudo: false

before_install:
- gem install bundler -v 1.13.0
- gem install bundler -v 1.14.3
- bundle --version

script:
Expand All @@ -19,5 +18,5 @@ rvm:
- 2.1.0
- 2.2.0
- 2.3.0
- jruby-9.0.5.0
- 2.4.0
- ruby-head
9 changes: 3 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
source 'https://rubygems.org' do
group :development, :test do
gem 'spoon' # Added because jruby seems to want it?
gem 'rspec', '~>3.5.0'
gem 'pry', :require => false
gem 'simplecov-rcov', :require => false
end
gem 'rspec', '~>3.5.0'
gem 'pry', :require => false
gem 'simplecov-rcov', :require => false
end
14 changes: 5 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
coderay (1.1.1)
diff-lcs (1.2.5)
diff-lcs (1.3)
docile (1.1.5)
ffi (1.9.14)
json (2.0.2)
json (2.0.3)
method_source (0.8.2)
pry (0.10.4)
coderay (~> 1.1.0)
Expand All @@ -15,7 +14,7 @@ GEM
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.3)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -24,16 +23,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
simplecov (0.12.0)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
slop (3.6.0)
spoon (0.0.6)
ffi

PLATFORMS
ruby
Expand All @@ -42,7 +39,6 @@ DEPENDENCIES
pry!
rspec (~> 3.5.0)!
simplecov-rcov!
spoon!

BUNDLED WITH
1.12.5
1.14.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Holidays Definitions
# Holidays Definitions [![Build Status](https://travis-ci.org/holidays/definitions.svg?branch=master)](https://travis-ci.org/holidays/definitions)

This repository contains the 'raw' definitions for the various holidays projects. It should be added a submodule to
any project that wants to use them.
Expand Down

0 comments on commit 76be591

Please sign in to comment.