mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:arangodb/arangodb into devel
This commit is contained in:
commit
133b88f00d
|
@ -6,6 +6,7 @@ branches:
|
||||||
- "2.3"
|
- "2.3"
|
||||||
- "2.4"
|
- "2.4"
|
||||||
- "2.5"
|
- "2.5"
|
||||||
|
- "2.6"
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler: g++
|
compiler: g++
|
||||||
|
@ -55,4 +56,4 @@ notifications:
|
||||||
- https://webhooks.gitter.im/e/806d92fa9ae97d241599
|
- https://webhooks.gitter.im/e/806d92fa9ae97d241599
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
on_start: false
|
on_start: false
|
||||||
|
|
|
@ -7,6 +7,8 @@ ArangoDB
|
||||||
2.3: [](http://travis-ci.org/arangodb/arangodb)
|
2.3: [](http://travis-ci.org/arangodb/arangodb)
|
||||||
2.4: [](http://travis-ci.org/arangodb/arangodb)
|
2.4: [](http://travis-ci.org/arangodb/arangodb)
|
||||||
2.5: [](http://travis-ci.org/arangodb/arangodb)
|
2.5: [](http://travis-ci.org/arangodb/arangodb)
|
||||||
|
2.6: [](http://travis-ci.org/arangodb/arangodb)
|
||||||
|
|
||||||
Master: [](http://travis-ci.org/arangodb/arangodb)
|
Master: [](http://travis-ci.org/arangodb/arangodb)
|
||||||
|
|
||||||
ArangoDB is a multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally with a few mouse clicks.
|
ArangoDB is a multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally with a few mouse clicks.
|
||||||
|
|
Loading…
Reference in New Issue