Skip to content

Commit c9b30f8

Browse files
committed
Added support for trevis
1 parent 8f0207d commit c9b30f8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
rvm:
2+
- 1.8.7
3+
- 1.9.2
4+
- jruby

.yardopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
--files NEWS.md
22
--protected
3-
--private
3+
--private

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RModBus
1+
RModBus [![Build Status](https://secure.travis-ci.org/[flipback]/[rmodbus.png)](http://travis-ci.org/[flipback]/[rmodbus])
22
==========================
33

44
**RModBus** - free implementation of protocol ModBus.
@@ -50,7 +50,6 @@ Example
5050
end
5151
end
5252

53-
5453
Conversion to/from 32bit registers
5554
-----------------------------------
5655

@@ -84,4 +83,4 @@ Home page: http://rmodbus.heroku.com
8483

8584
RModBud on GitHub: http://github.com/flipback/RModBus
8685

87-
ModBus community: http://www.modbus-ida.org
86+
ModBus community: http://www.modbus-ida.org

0 commit comments

Comments
 (0)