Skip to content

Commit 2c5b715

Browse files
committed
building in travis
1 parent e6ce16c commit 2c5b715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ before_install:
77
- go get github.com/mattn/goveralls
88

99
script:
10+
- go build
1011
- go test -v ./...
1112
- go test -v -covermode=count -coverprofile=coverage.out ./diff
1213
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 commit comments

Comments
 (0)