We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b059 commit 9ebf7fbCopy full SHA for 9ebf7fb
1 file changed
.travis.yml
@@ -2,6 +2,7 @@ language: go
2
install:
3
- go get golang.org/x/tools/cmd/cover
4
- go get github.com/mattn/goveralls
5
+ - go get github.com/stretchr/testify
6
script:
7
- go test -v -covermode=count -coverprofile=coverage.out
8
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ ! -z "$COVERALLS_TOKEN" ]; then $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN; fi'
0 commit comments