Skip to content

Commit

Permalink
attempt to fix the travis build issue - bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Jan 28, 2022
1 parent 92dd22e commit d51d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d51d464

Please sign in to comment.