|
@@ -6,6 +6,6 @@ before_install:
|
|
|
- go get github.com/mattn/goveralls
|
|
- go get github.com/mattn/goveralls
|
|
|
- go get golang.org/x/tools/cmd/cover
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
script:
|
|
script:
|
|
|
- - go test ./color -coverprofile=color.coverprofile
|
|
|
|
|
|
|
+ - go test -coverprofile=color.coverprofile ./color
|
|
|
- $HOME/gopath/bin/gover
|
|
- $HOME/gopath/bin/gover
|
|
|
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
|
|
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
|