Przeglądaj źródła

Changed travis config

Signed-off-by: Vishal Rana <vr@labstack.com>
Vishal Rana 10 lat temu
rodzic
commit
9fb7a108d8
1 zmienionych plików z 1 dodań i 1 usunięć
  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