浏览代码

Changed travis config

Signed-off-by: Vishal Rana <vr@labstack.com>
Vishal Rana 10 年之前
父节点
当前提交
9fb7a108d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ./color -coverprofile=color.coverprofile
+    - go test -coverprofile=color.coverprofile ./color
     - $HOME/gopath/bin/gover
     - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci