Merge pull request #13 from basho/slf/travis-ci
Add TravisCI integration glue
This commit is contained in:
commit
29eccd5bee
2 changed files with 7 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
language: erlang
|
||||||
|
notifications:
|
||||||
|
email: scott@basho.com
|
||||||
|
otp_release:
|
||||||
|
- 17.5
|
|
@ -1,5 +1,7 @@
|
||||||
# Machi
|
# Machi
|
||||||
|
|
||||||
|
[Travis-CI](http://travis-ci.org/basho/machi) :: ![Travis-CI](https://secure.travis-ci.org/basho/machi.png)
|
||||||
|
|
||||||
Our goal is a robust & reliable, distributed, highly available(*),
|
Our goal is a robust & reliable, distributed, highly available(*),
|
||||||
large file store based upon write-once registers, append-only files,
|
large file store based upon write-once registers, append-only files,
|
||||||
Chain Replication, and client-server style architecture. All members
|
Chain Replication, and client-server style architecture. All members
|
||||||
|
|
Loading…
Reference in a new issue