Skip to content

Commit 27015e1

Browse files
committed
add Travis CI conf file and build status icon
1 parent 82cbee5 commit 27015e1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: scala
2+
3+
scala:
4+
- 2.10.4
5+
6+
jdk:
7+
- oraclejdk7
8+
- openjdk7
9+
10+
services:
11+
- redis-server

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## redisreact
1+
## redisreact [![Build Status](https://travis-ci.org/debasishg/scala-redis-nb.png?branch=master)](https://travis-ci.org/debasishg/scala-redis-nb)
22

33
A non blocking Redis client based on Akka I/O
44

0 commit comments

Comments
 (0)