Skip to content

Commit

Permalink
Travis build fixes (10 of ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Aug 27, 2015
1 parent 75ddd03 commit 0846823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 104 deletions.
103 changes: 0 additions & 103 deletions .travis.elasticsearch.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
before_script:
- mkdir ${HOME}/elasticsearch
- wget http://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/${ES_VERSION}/elasticsearch-${ES_VERSION}.tar.gz
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
- tar -xzvf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
- ls -alFR ${HOME}/elasticsearch
- echo "script.inline: on" > ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/config/elasticsearch.yml
- echo "script.indexed: on" >> ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/config/elasticsearch.yml
- cat ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/config/elasticsearch.yml
Expand Down

0 comments on commit 0846823

Please sign in to comment.