We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0b0f0 commit 7186237Copy full SHA for 7186237
.travis.yml
@@ -1,6 +1,6 @@
1
language: go
2
3
-gobuild_args: -tags='cluster' -race
+gobuild_args: -tags='cluster' -race -v -gocheck.vv
4
5
go:
6
- 1.4
encoding/encoding_test.go
@@ -0,0 +1,6 @@
+package encoding
+
+import (
+ // Import gocheck so that flag are setup (but unused)
+ _ "gopkg.in/check.v1"
+)
0 commit comments