1
0
Fork 0
arangodb/.travis.yml

10 lines
177 B
YAML

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