We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ce16c commit 2c5b715Copy full SHA for 2c5b715
.travis.yml
@@ -7,6 +7,7 @@ before_install:
7
- go get github.com/mattn/goveralls
8
9
script:
10
+ - go build
11
- go test -v ./...
12
- go test -v -covermode=count -coverprofile=coverage.out ./diff
13
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
0 commit comments