Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
It's cluster.disabled now...
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Apr 3, 2018
1 parent cd5eeee commit 1bfe2ad
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 @@ -12,7 +12,7 @@ before_install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
script:
- ./pilosa-master-linux-amd64/pilosa server --metric.diagnostics=false -b https://:20101 -d https_data --tls.skip-verify --tls.certificate test.pilosa.local.crt --tls.key test.pilosa.local.key --cluster.type static &
- ./pilosa-master-linux-amd64/pilosa server --metric.diagnostics=false -b https://:20101 -d https_data --tls.skip-verify --tls.certificate test.pilosa.local.crt --tls.key test.pilosa.local.key --cluster.disabled static &
- PILOSA_BIND="https://:20101" make test-all
- pkill pilosa
- ./pilosa-master-linux-amd64/pilosa server --metric.diagnostics=false -d http_data &
Expand Down

0 comments on commit 1bfe2ad

Please sign in to comment.