From adcbb8fc2d8a3afed8ed807a35310020043f20f0 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 29 May 2018 08:24:31 -0500 Subject: [PATCH] Remove coveralls from CI build --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d5674662..73f8198cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,6 @@ install: - make install-dep install-statik vendor generate-statik script: - make test -# TODO: When we drop support for Go <1.10, we should use `-coverprofile=` on both `go test` and `goveralls` so the test suite doesn't run twice. See https://github.com/pilosa/pilosa/issues/1009 -after_success: - - go get github.com/mattn/goveralls - - $HOME/gopath/bin/goveralls -service=travis-ci -ignore "internal/internal.go,internal/public.pb.go,internal/private.pb.go" before_deploy: - pip install awscli --user `whoami` deploy: