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

Commit

Permalink
Updated travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Apr 3, 2018
1 parent 00c785a commit 0f3e997
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
@@ -1,23 +1,19 @@
language: go
go:
- 1.8
- 1.9
- 1.10
- master
sudo: required
group: deprecated-2017Q2
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
- wget https://s3.amazonaws.com/build.pilosa.com/pilosa-cluster-resize-linux-amd64.tar.gz && tar xf pilosa-cluster-resize-linux-amd64.tar.gz
- go get github.com/mattn/goveralls
- 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_BIND="https://:20101" make test-all
- pkill pilosa
- ./pilosa-cluster-resize-linux-amd64/pilosa server --metric.diagnostics=false -b http://:30101 -d cluster_resize_data --cluster.disabled &
- PILOSA_BIND="http://:30101" LEGACY_MODE_OFF=true make test-all
- pkill pilosa
- ./pilosa-master-linux-amd64/pilosa server --metric.diagnostics=false -d http_data &
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=integration fullcoverage"

0 comments on commit 0f3e997

Please sign in to comment.