diff --git a/.travis.yml b/.travis.yml index 38b7fd5..7d5775e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: - docker go: - - "1.17" + - "1.19" branches: only: @@ -23,7 +23,7 @@ addons: - kerberos.example.com before_install: - - go get github.com/mattn/goveralls + - go install github.com/mattn/goveralls@latest - sudo apt-get -y install krb5-user - cat scripts/create_krbconf.sh - sudo bash scripts/create_krbconf.sh @@ -43,3 +43,4 @@ script: - go vet ./... - go fmt ./... - PATH=$PATH:$HOME/.local/bin bash ./scripts/integration.sh + - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=circle-ci diff --git a/scripts/integration.sh b/scripts/integration.sh index 64572a9..b86fb69 100644 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -141,7 +141,7 @@ function run_tests() { httpKerberos binaryNone - goveralls -coverprofile=coverage.out -service=travis-ci + # goveralls -coverprofile=coverage.out -service=travis-ci tearDown }