We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a54aff commit 14aa72dCopy full SHA for 14aa72d
.travis.yml
@@ -131,7 +131,7 @@ jobs:
131
- stage: test
132
name: Unit, Sanity, and Markdown Tests
133
before_install:
134
- - go get github.com/mattn/goveralls
+ - (cd / && go get github.com/mattn/goveralls)
135
script:
136
- make test-sanity test-unit test-markdown
137
- $GOPATH/bin/goveralls -service=travis-ci -coverprofile=coverage.out -repotoken=$COVERALLS_TOKEN
0 commit comments