mirror of https://gitee.com/bigwinds/arangodb
Trying to add Devel to Travis
This commit is contained in:
parent
60966e64f2
commit
b5156d26cf
|
@ -1,9 +1,10 @@
|
||||||
language: c
|
language: c
|
||||||
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
|
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
|
||||||
script: "./configure && make && ./unittests.sh"
|
script: "./configure && make unittests"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- 1.0
|
- 1.0
|
||||||
- 1.1
|
- 1.1
|
||||||
|
- devel
|
||||||
|
|
Loading…
Reference in New Issue