Skip to content

Commit b6d32e7

Browse files
authored
.travis.yml: goveralls download should not affect SDK go.mod contents (#2403)
1 parent 70856cf commit b6d32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- stage: test
132132
name: Unit, Sanity, and Markdown Tests
133133
before_install:
134-
- go get github.com/mattn/goveralls
134+
- (cd / && go get github.com/mattn/goveralls)
135135
script:
136136
- make test-sanity test-unit test-markdown
137137
- $GOPATH/bin/goveralls -service=travis-ci -coverprofile=coverage.out -repotoken=$COVERALLS_TOKEN

0 commit comments

Comments
 (0)