Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Brognoli committed Feb 15, 2019
1 parent 9893476 commit 62a41f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ matrix:

before_install:
- sudo rm /etc/apt/sources.list; sudo touch /etc/apt/sources.list
- sudo rm -rf /etc/apt/sources.list.d; sudo mkdir sources.list.d
# - sudo rm -rf /etc/apt/sources.list.d; sudo mkdir sources.list.d
- 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/elastic.list
- sudo apt-get update && sudo apt-get install elasticsearch=$ES_VERS -y
Expand Down

0 comments on commit 62a41f9

Please sign in to comment.