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