to base ws path

This commit is contained in:
Umputun
2018-05-22 01:19:28 -05:00
parent e42a1658f0
commit 120b39c60e
+1 -1
View File
@@ -13,7 +13,7 @@ pipeline:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- /go/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
docker_master:
image: plugins/docker