Sfoglia il codice sorgente

Configure TravisCI to test with testcgo tag.

Dave Collins 11 anni fa
parent
commit
96dfb77570
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.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