From ef50e4208bff1ff5b901b52d8a92387a6298cef5 Mon Sep 17 00:00:00 2001 From: Timo Schilling Date: Thu, 19 Jul 2012 21:16:54 +0200 Subject: [PATCH 1/3] add travis config --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..c2b0f0deb8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: c +before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'" +script: "./configure && make && ./unittests.sh" From 542e7ee4288fa5d646888dadd3173d968afda8bf Mon Sep 17 00:00:00 2001 From: Timo Schilling Date: Thu, 19 Jul 2012 21:48:22 +0200 Subject: [PATCH 2/3] add travis build status image to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea5f93355b..1a1d961281 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ArangoDB +[![Build Status](https://secure.travis-ci.org/timoschilling/ArangoDB.png?branch=master)](http://travis-ci.org/timoschilling/ArangoDB) We recently started a new open source project - a nosql database called AvocadoDB which became ArangoDB in May 2012. ArangoDB is From 853ebffb4c054f2a7dfa2f0c2f0c2dce62fb681a Mon Sep 17 00:00:00 2001 From: Timo Schilling Date: Thu, 19 Jul 2012 21:48:37 +0200 Subject: [PATCH 3/3] add Gemfile.lock to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 99b888917d..2ea81b2d82 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,4 @@ VC++ .protobuf-build-64 3rdParty/protobuf-2.4.1/BUILD/ Installation/arangod.conf +UnitTests/HttpInterface/Gemfile.lock