Browse Source

Changed travis config

Signed-off-by: Vishal Rana <vr@labstack.com>
Vishal Rana 10 năm trước cách đây
mục cha
commit
4a5e0d5d10
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,6 +6,6 @@ before_install:
     - go get github.com/mattn/goveralls
     - go get golang.org/x/tools/cmd/cover
 script:
-    - go test ./...
+    - go test ./color -coverprofile=color.coverprofile
     - $HOME/gopath/bin/gover
     - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci