diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 10b857d..10f469a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ go: 1.2 install: - go get -v code.google.com/p/go.tools/cmd/cover script: + - go test -v -tags=disableunsafe ./spew - go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov after_success: - go get -v github.com/mattn/goveralls |
