Skip to content

Commit

Permalink
try make travis install groovy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Oct 27, 2017
1 parent 1347b6b commit 6a37aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -36,6 +36,8 @@ 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 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

- sudo service elasticsearch restart
Expand Down

0 comments on commit 6a37aa0

Please sign in to comment.