From 01456bf4e520487b2b3c25b27fad26c8dabb6b7d Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Wed, 25 Oct 2017 12:27:37 +0300 Subject: [PATCH] set cluster tytpe to static in the CI config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4fed57..6179abb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - openssl req -x509 -newkey rsa:4096 -keyout test.pilosa.local.key -out test.pilosa.local.crt -days 3650 -nodes -subj "/C=US/ST=Texas/L=Austin/O=Pilosa/OU=Com/CN=test.pilosa.local" - wget https://s3.amazonaws.com/build.pilosa.com/pilosa-master-linux-amd64.tar.gz && tar xf pilosa-master-linux-amd64.tar.gz - ./pilosa-master-linux-amd64/pilosa server -d http_data & - - ./pilosa-master-linux-amd64/pilosa server -b https://:20101 -d https_data --tls.skip-verify --tls.certificate test.pilosa.local.crt --tls.key test.pilosa.local.key --gossip.port 16000 & + - ./pilosa-master-linux-amd64/pilosa server -b https://:20101 -d https_data --tls.skip-verify --tls.certificate test.pilosa.local.crt --tls.key test.pilosa.local.key --cluster.type static & - go get github.com/mattn/goveralls - go get -u github.com/golang/dep/cmd/dep addons: