Skip to content

Commit 7186237

Browse files
committed
Changed travis tests to use verbose logging
1 parent 7a0b0f0 commit 7186237

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22

3-
gobuild_args: -tags='cluster' -race
3+
gobuild_args: -tags='cluster' -race -v -gocheck.vv
44

55
go:
66
- 1.4

encoding/encoding_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package encoding
2+
3+
import (
4+
// Import gocheck so that flag are setup (but unused)
5+
_ "gopkg.in/check.v1"
6+
)

0 commit comments

Comments
 (0)