Skip to content

Commit

Permalink
Merge pull request #80 from HBS-HBX/pbaskovic/travis-ci-tests
Browse files Browse the repository at this point in the history
Add user permissions for elastic search
  • Loading branch information
esmail authored Mar 12, 2021
2 parents c672138 + 450f3e1 commit 2829e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ matrix:
python: 3.6

before_install:
- pip install --upgrade pip
- pip install pip==9.0.1
# work around https://github.com/travis-ci/travis-ci/issues/8363
- wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
- echo "deb $ES_APT_URL stable main" | sudo tee -a /etc/apt/sources.list.d/elk.list
- sudo apt-get update && sudo apt-get install elasticsearch -y
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
- sudo service elasticsearch start

install: pip install -r requirements/travis.txt
Expand Down

0 comments on commit 2829e6a

Please sign in to comment.