Configure TravisCI to test with testcgo tag.

This commit is contained in:
Dave Collins 2014-03-27 05:26:31 -05:00
parent 4451e342b3
commit 96dfb77570
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ go: 1.2
install: install:
- go get -v code.google.com/p/go.tools/cmd/cover - go get -v code.google.com/p/go.tools/cmd/cover
script: script:
- go test -v ./spew -covermode=count -coverprofile=profile.cov - go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov
after_success: after_success:
- go get -v github.com/mattn/goveralls - go get -v github.com/mattn/goveralls
- export PATH=$PATH:$HOME/gopath/bin - export PATH=$PATH:$HOME/gopath/bin