Browse Source

Fix .travis.yaml script

psiphon-admin 10 years ago
parent
commit
4a16b86935
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -8,8 +8,8 @@ addons:
 install:
 install:
 - go get -t -d -v ./... && go build -v ./...
 - go get -t -d -v ./... && go build -v ./...
 script:
 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:
 before_install:
 - go get github.com/axw/gocov/gocov
 - go get github.com/axw/gocov/gocov
 - go get github.com/mattn/goveralls
 - go get github.com/mattn/goveralls