Skip to content

Commit 9ebf7fb

Browse files
committed
add missing package to travisci
1 parent 0a0b059 commit 9ebf7fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: go
22
install:
33
- go get golang.org/x/tools/cmd/cover
44
- go get github.com/mattn/goveralls
5+
- go get github.com/stretchr/testify
56
script:
67
- go test -v -covermode=count -coverprofile=coverage.out
78
- '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

Comments
 (0)