mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 10:55:54 -07:00
feat(travis): add coveralls support
This commit is contained in:
parent
6ab4b7e907
commit
2ae4575d01
1 changed files with 5 additions and 0 deletions
|
|
@ -5,4 +5,9 @@ go:
|
||||||
- release
|
- release
|
||||||
- tip
|
- tip
|
||||||
before_install:
|
before_install:
|
||||||
|
- go get github.com/axw/gocov/gocov
|
||||||
|
- go get github.com/mattn/goveralls
|
||||||
|
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
||||||
- curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
|
- curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
|
||||||
|
script:
|
||||||
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue