Browse Source

Fix .travis.yaml script

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

+ 2 - 1
.travis.yml

@@ -8,7 +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