Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Oct 27, 2017
1 parent 6a37aa0 commit a4cdc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ addons:
- postgresql-server-dev-all

before_install:
- sudo mkdir -p /etc/elasticsearch/scripts/ && sudo curl -O -L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_400.groovy > /etc/elasticsearch/scripts/refer_shorter_module_names_400.groovy
- sudo mkdir -p /etc/elasticsearch/scripts/ && sudo curl -O -L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_400.groovy > /tmp/prefer_shorter_module_names_400.groovy && sudo cp /tmp/prefer_shorter_module_names_400.groovy /etc/elasticsearch/scripts/

- sudo service elasticsearch stop && curl -O -L https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-2.4.3.deb && sudo dpkg -i --force-confnew elasticsearch-2.4.3.deb && sudo service elasticsearch start

Expand Down

0 comments on commit a4cdc42

Please sign in to comment.