From ce5ba3f65de1ab2b9fafb0759b28362e89c3eb57 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Fri, 28 Dec 2018 09:04:34 +0100 Subject: [PATCH] run elasticsearch 6.3.2 in travis. datacite/datacite#632 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 826f7394a..476b80e8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ addons: - mysql-5.7-trusty before_install: - - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.1.deb - - sudo dpkg -i --force-confnew elasticsearch-5.1.1.deb + - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.2.deb + - sudo dpkg -i --force-confnew elasticsearch-6.3.2.deb - sudo service elasticsearch start - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;" - sudo mysql_upgrade -u root