This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2017-03-25 14:27:47 +01:00
|
|
|
language: go
|
|
|
|
go:
|
|
|
|
- tip
|
|
|
|
install:
|
2017-03-25 16:09:17 +01:00
|
|
|
- go get -t github.com/genofire/hs_master-kss-monolith/...
|
2017-03-25 14:27:47 +01:00
|
|
|
- go get github.com/mattn/goveralls
|
2017-03-30 19:24:34 +02:00
|
|
|
- go get "golang.org/x/tools/cmd/cover"
|
2017-03-25 14:27:47 +01:00
|
|
|
script:
|
2017-05-18 00:34:26 +02:00
|
|
|
- ./.test-coverage travis-ci
|
2017-04-03 14:59:43 +02:00
|
|
|
- go install github.com/genofire/hs_master-kss-monolith/cmd/stock
|