Skip to content

Commit

Permalink
Merge pull request #21 from basho/add-travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI hook and build status.
  • Loading branch information
seancribbs committed Jun 27, 2012
2 parents a7944b7 + 2054404 commit 62c14c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: erlang
notifications:
email: eng@basho.com
otp_release:
- R15B01
- R15B
- R14B04
- R14B03
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Overview

[![Build Status](https://secure.travis-ci.org/basho/merge_index.png?branch=master)](http://travis-ci.org/basho/merge_index)

MergeIndex is an Erlang library for storing ordered sets on
disk. It is very similar to an SSTable (in Google's
Bigtable) or an HFile (in Hadoop).
Expand Down

0 comments on commit 62c14c4

Please sign in to comment.