From d51d4644477ce1917d8911bc26b0fec064251012 Mon Sep 17 00:00:00 2001 From: salomon-j <90952854+salomon-j@users.noreply.github.com> Date: Fri, 28 Jan 2022 11:44:38 +1100 Subject: [PATCH] attempt to fix the travis build issue - bumped version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4227a5441..ddebb9e4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: - export TZ=Australia/Canberra - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ - - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.2-amd64.deb -o elasticsearch.deb + - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.3-amd64.deb -o elasticsearch.deb - sudo dpkg -i --force-confnew elasticsearch.deb - sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch - sudo service elasticsearch restart