mirror of https://gitee.com/bigwinds/arangodb
commit
19d0453a43
|
@ -159,3 +159,4 @@ VC++
|
|||
.protobuf-build-64
|
||||
3rdParty/protobuf-2.4.1/BUILD/
|
||||
Installation/arangod.conf
|
||||
UnitTests/HttpInterface/Gemfile.lock
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
language: c
|
||||
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
|
||||
script: "./configure && make && ./unittests.sh"
|
|
@ -1,4 +1,5 @@
|
|||
# ArangoDB
|
||||
[](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
|
||||
|
|
Loading…
Reference in New Issue