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

Commit

Permalink
Test 32bits build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Apr 24, 2018
1 parent b39dd7f commit afee7e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ before_install:
- 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
- PILOSA_BIND="https://:20101" make test-all-race
- pkill pilosa
- ./pilosa-master-linux-amd64/pilosa server --metric.diagnostics=false -d http_data &
- GOARCH=386 make test-all
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=integration fullcoverage"
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ test:
go test

test-all:
go test -tags=integration -v

test-all-race:
go test -race -tags=integration -v

release:
Expand Down

0 comments on commit afee7e7

Please sign in to comment.