From 581a26dce95966dfec3c0584009468a4a3ab8602 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 28 Oct 2015 23:54:05 -0700 Subject: [PATCH] Run Elasticsearch in background --- ci/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_install.sh b/ci/before_install.sh index afb1e7a..3fec0e5 100755 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -2,7 +2,7 @@ sudo service elasticsearch stop curl -s https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.7.3.tar.gz | tar xz -C /tmp || true -/tmp/elasticsearch-1.7.3/bin/elasticsearch +/tmp/elasticsearch-1.7.3/bin/elasticsearch -d if [ -n "$NOBRAINER" ]; then source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list -- libgit2 0.21.0