1
0
Fork 0
arangodb/.travis.yml

4 lines
124 B
YAML

language: c
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
script: "./configure && make && ./unittests.sh"