mirror of https://gitee.com/bigwinds/arangodb
add travis config
This commit is contained in:
parent
5b025022d6
commit
ef50e4208b
|
@ -0,0 +1,3 @@
|
||||||
|
language: c
|
||||||
|
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
|
||||||
|
script: "./configure && make && ./unittests.sh"
|
Loading…
Reference in New Issue