diff options
| author | Dave Collins <[email protected]> | 2014-03-27 05:26:31 -0500 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2014-03-27 05:26:53 -0500 |
| commit | 96dfb77570a37ab38d666e3d2ecbbb9809306eeb (patch) | |
| tree | 6dd5ab5749d827e42342da465d11604b90926a20 | |
| parent | 4451e342b3bb3d604af5e0b4e5e7af3ddbe38bb7 (diff) | |
Configure TravisCI to test with testcgo tag.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e0feb2e..10b857d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ go: 1.2 install: - go get -v code.google.com/p/go.tools/cmd/cover script: - - go test -v ./spew -covermode=count -coverprofile=profile.cov + - go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov after_success: - go get -v github.com/mattn/goveralls - export PATH=$PATH:$HOME/gopath/bin |
