Skip to content

Commit d95c10d

Browse files
committed
Moved a link to TravisCI
1 parent 046a2bb commit d95c10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MessagePack for Java [![Travis CI](https://travis-ci.org/msgpack/msgpack-java.svg?branch=v07-develop)](https://travis-ci.org/msgpack/msgpack-java)
1+
MessagePack for Java
22
===
33

44
[MessagePack](http://msgpack.org) is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.
@@ -24,7 +24,7 @@ libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p1"
2424
- [Usage examples](msgpack-core/src/main/java/org/msgpack/core/example/MessagePackExample.java)
2525
- TODO: jackson-databind-msgpack usage
2626

27-
## For Developers
27+
## For Developers [![Travis CI](https://travis-ci.org/msgpack/msgpack-java.svg?branch=v07-develop)](https://travis-ci.org/msgpack/msgpack-java)
2828

2929
msgpack-java uses [sbt](http://www.scala-sbt.org/) for building the projects. For the basic usage of sbt, see:
3030
* [Building Java projects with sbt](http://xerial.org/blog/2014/03/24/sbt/)

0 commit comments

Comments
 (0)