瀏覽代碼

Fix .travis.yaml script

psiphon-admin 10 年之前
父節點
當前提交
4a16b86935
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -8,8 +8,8 @@ addons:
 install:
 - go get -t -d -v ./... && go build -v ./...
 script:
-- go test -v -covermode=count -coverprofile=coverage.out
-- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN ./...
+- go test -v -covermode=count -coverprofile=coverage.out ./...
+- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
 before_install:
 - go get github.com/axw/gocov/gocov
 - go get github.com/mattn/goveralls