Skip to content

Commit 14aa72d

Browse files
openshift-cherrypick-robotEric Stroczynski
authored andcommitted
.travis.yml: goveralls download should not affect SDK go.mod contents (#2427)
1 parent 0a54aff commit 14aa72d

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)