diff options
author | Robert Newson <robert.newson@cloudant.com> | 2012-03-16 23:11:03 +0000 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2012-03-16 23:11:03 +0000 |
commit | b8e61ed307dc465bf13f7fe4453c2cc90310e5d3 (patch) | |
tree | ab68068bdeb022f4ad5a665c799062fbb0135cb6 | |
parent | 986c86bf4355ea2b772e141d008efd1894b7df30 (diff) |
Enable Travis builds
-rw-r--r-- | .travis.yml | 8 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..165a98fe --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +before_install: + - sudo apt-get update + - sudo apt-get install libicu-dev libmozjs-dev +before_script: ./configure +script: make check +language: erlang +otp_release: + - R14B04 @@ -1,3 +1,7 @@ +## Travis + +[![Build Status](https://secure.travis-ci.org/cloudant/bigcouch.png)](http://travis-ci.org/cloudant/bigcouch) + ## Overview BigCouch is a highly available, fault-tolerant, clustered, mostly api-compliant |