Commit 3db8e1fe038719b8ad28733eb49a88944c9a8e81
1 parent
fa9f4c22
Exists in
master
and in
21 other branches
Try Travis conf again
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
test/ci/before_install.sh
... | ... | @@ -4,7 +4,8 @@ set -e |
4 | 4 | |
5 | 5 | gem install bundler |
6 | 6 | |
7 | -# from https://docs.travis-ci.com/user/database-setup/#ElasticSearch | |
7 | +# https://docs.travis-ci.com/user/database-setup/#ElasticSearch | |
8 | +sudo apt-get purge elasticsearch | |
8 | 9 | if [[ $ELASTICSEARCH_VERSION == 1* ]]; then |
9 | 10 | curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ELASTICSEARCH_VERSION.deb |
10 | 11 | elif [[ $ELASTICSEARCH_VERSION == 2* ]]; then | ... | ... |