Commit 062a49b2ef098b068b5730ef8bd168ad7f86a8ef

Authored by Macartur Sousa
Committed by Sergio Oliveira
1 parent 0cc7560f

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 14 - python setup.py test
15 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 21 after_success:
18 22 - coveralls
19 23 - ci/build_rpm.sh
... ...