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

Commit

Permalink
need to set gossip port
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Oct 25, 2017
1 parent 34b15e2 commit 6230071
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ 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 &
- ./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 &
- go get github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
- sleep 10
addons:
script:
- dep ensure
Expand Down

0 comments on commit 6230071

Please sign in to comment.