Skip to content

Commit

Permalink
run elasticsearch 6.3.2 in travis. datacite/datacite#632
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 28, 2018
1 parent 08f009f commit ce5ba3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce5ba3f

Please sign in to comment.