Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit c47c8d0

Browse files
committed
run unit tests before checking coverage
1 parent 5c13020 commit c47c8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ go:
88
- 1.5
99
- tip
1010
env:
11-
- COVERALLS_TOKEN=2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8
12-
script: script/cibuild
11+
- COVERALLS_TOKEN=2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8
1312
before_install:
1413
- go get github.com/axw/gocov/gocov
1514
- go get github.com/mattn/goveralls
1615
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
1716
script:
17+
- script/cibuild
1818
- $HOME/gopath/bin/goveralls

0 commit comments

Comments
 (0)