Skip to content

Commit

Permalink
Prepare update to 5.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Sep 15, 2017
1 parent 8d03650 commit f48c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
- go: tip
services:
- docker
before_script:
before_install:
- sudo sysctl -w vm.max_map_count=262144
- docker run --rm --privileged=true -p 9200:9200 -p 9300:9300 -e "bootstrap.memory_lock=true" -e "ES_JAVA_OPTS=-Xms1g -Xmx1g" docker.elastic.co/elasticsearch/elasticsearch:5.6.0 elasticsearch -Expack.security.enabled=false -Escript.inline=true -Escript.stored=true -Escript.file=true -Enetwork.host=_local_,_site_ -Enetwork.publish_host=_local_
# >& /dev/null &
Expand Down

0 comments on commit f48c0c4

Please sign in to comment.