Commit 062a49b2ef098b068b5730ef8bd168ad7f86a8ef
Committed by
Sergio Oliveira
1 parent
0cc7560f
Exists in
master
and in
39 other branches
Added solr_tests
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueriamelo@gmail.com>
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -14,6 +14,10 @@ script: | @@ -14,6 +14,10 @@ script: | ||
14 | - python setup.py test | 14 | - python setup.py test |
15 | - flake8 colab | 15 | - flake8 colab |
16 | 16 | ||
17 | +before_script: | ||
18 | + - colab-admin build_solr_schema > schema.xml | ||
19 | + - curl -sSL https://raw.githubusercontent.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=4.10.2 bash | ||
20 | + | ||
17 | after_success: | 21 | after_success: |
18 | - coveralls | 22 | - coveralls |
19 | - ci/build_rpm.sh | 23 | - ci/build_rpm.sh |