Commit 2a43c88121370a466928322d338d66f2a3c1e05b
1 parent
1ba623cd
Exists in
master
and in
31 other branches
No need for postgres nor solr
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
.travis.yml
| ... | ... | @@ -12,11 +12,6 @@ env: |
| 12 | 12 | install: |
| 13 | 13 | - pip install coveralls flake8 |
| 14 | 14 | - pip install . |
| 15 | - - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres | |
| 16 | - | |
| 17 | -before_script: | |
| 18 | - - colab-admin build_solr_schema > /tmp/schema.xml | |
| 19 | - - cat ci/install_solr.sh | SOLR_VERSION=4.10.3 SOLR_CONFS="/tmp/schema.xml" bash | |
| 20 | 15 | |
| 21 | 16 | script: |
| 22 | 17 | - python setup.py test | ... | ... |