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

Commit

Permalink
Remove non-coverage stuff from Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
codysoyland committed Sep 25, 2018
1 parent f40361e commit a4a01fb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ 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.disabled static &
- PILOSA_BIND="https://:20101" make test-all-race TESTFLAGS=-v
- pkill pilosa
- ./pilosa-master-linux-amd64/pilosa server --metric.diagnostics=false -d http_data &
- GOARCH=386 make test-all TESTFLAGS=-v
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=integration fullcoverage"
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=fullcoverage"

0 comments on commit a4a01fb

Please sign in to comment.