mirror of https://gitee.com/bigwinds/arangodb
only execute specific tests in travis
This commit is contained in:
parent
352df333ad
commit
ac0e6bab4c
|
@ -1,6 +1,6 @@
|
|||
language: c
|
||||
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
|
||||
script: "make setup && ./configure --enable-relative --enable-all-in-one-libev --enable-all-in-one-v8 --enable-all-in-one-icu && make -j2 && make unittests && echo 'done'"
|
||||
script: "make setup && ./configure --enable-relative --enable-all-in-one-libev --enable-all-in-one-v8 --enable-all-in-one-icu && make -j2 && make unittests-shell-server unittests-shell-server-ahuacatl unittests-http-server SKIP_RANGES=1 && echo 'done'"
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue