Skip to content

Commit

Permalink
fix travis-ci testing
Browse files Browse the repository at this point in the history
new elasticsearch-5 package of travis container use x-pack plugin by
default. This introduced the necessity to authenticate all the requests
to the DB.

We need to use the LIBREANT_ES_HOSTS env variable to inform the test
suite about those credentials
  • Loading branch information
ael-code authored and boyska committed Jul 10, 2018
1 parent 1832873 commit 55d5294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ services:
- elasticsearch

env:
- ES_VERSION=1.x
- LIBREANT_ES_HOSTS="http://elastic:changeme@localhost:9200"

matrix:
fast_finish: true
Expand Down

0 comments on commit 55d5294

Please sign in to comment.