mirror of https://github.com/gobeam/stringy.git
Travis ci config change
This commit is contained in:
parent
ce9cc5d049
commit
0d0f42b9b5
|
@ -4,8 +4,9 @@ go_import_path: github.com/gobeam/Stringy
|
||||||
go:
|
go:
|
||||||
- 1.13
|
- 1.13
|
||||||
|
|
||||||
script:
|
before_install:
|
||||||
- go test
|
- go get github.com/mattn/goveralls
|
||||||
|
|
||||||
after_success:
|
script:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- go test -cover -coverprofile=.coverprofile $(go list .)
|
||||||
|
- $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile
|
||||||
|
|
Loading…
Reference in New Issue