Skip to content

Commit

Permalink
fix goveralls (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
beltran authored May 1, 2023
1 parent 0c090bd commit 4bc76e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- docker

go:
- "1.17"
- "1.19"

branches:
only:
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function run_tests() {
httpKerberos
binaryNone

goveralls -coverprofile=coverage.out -service=travis-ci
# goveralls -coverprofile=coverage.out -service=travis-ci

tearDown
}
Expand Down

0 comments on commit 4bc76e1

Please sign in to comment.