Skip to content

Commit 55155cf

Browse files
committed
Merge branch 'master' of github.com:iqeo/iqeo-conf
2 parents 5811af5 + c0a6bb6 commit 55155cf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: ruby
2+
rvm:
3+
- "2.1.0"
4+
- "2.0.0"
5+
script: bundle exec rspec

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Iqeo::Configuration
22

3+
[![Gem Version](https://badge.fury.io/rb/iqeo-conf.png)](http://badge.fury.io/rb/iqeo-conf)
4+
35
A DSL representing configuration files.
46

57
## Installation

0 commit comments

Comments
 (0)