Skip to content

Commit

Permalink
Travis build fixes (6 of ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Aug 27, 2015
1 parent cd666fb commit d1e61f0
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 @@ -15,8 +15,8 @@ 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
- echo echo \"script.inline: on\" >> ${HOME}/elasticsearch/config/elasticsearch.yml
- echo echo \"script.indexed: on\" >> ${HOME}/elasticsearch/config/elasticsearch.yml
- echo "script.inline:on" > ${HOME}/elasticsearch/config/elasticsearch.yml
- echo "script.indexed:on" >> ${HOME}/elasticsearch/config/elasticsearch.yml
- cat ${HOME}/elasticsearch/config/elasticsearch.yml
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >& /dev/null &
- sleep 15

0 comments on commit d1e61f0

Please sign in to comment.