Skip to content

Commit

Permalink
Try to install an ES script on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 12, 2017
1 parent 7c0e9e6 commit e09ca99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,8 @@ matrix:
- env: USE_CPANFILE_SNAPSHOT=false

before_install:
- sudo curl https://raw.githubusercontent.com/metacpan/metacpan-puppet/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_400.groovy > /etc/elasticsearch/scripts/prefer_shorter_module_names_400.groovy
- sudo chown elasticsearch.elasticsearch /etc/elasticsearch/scripts/prefer_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

# Run update to make libgmp-dev findable (Required by Net::OpenID::Consumer)
Expand Down

0 comments on commit e09ca99

Please sign in to comment.