forked from LaconicNetwork/kompose
Merge pull request #287 from cdrage/add-coveralls
Update TRAVIS CI to add coveralls
This commit is contained in:
commit
0b5d167717
@ -8,6 +8,9 @@ language: go
|
||||
go:
|
||||
- 1.6
|
||||
|
||||
before_install:
|
||||
- go get github.com/mattn/goveralls
|
||||
|
||||
install:
|
||||
- true
|
||||
|
||||
@ -23,3 +26,4 @@ script:
|
||||
- cp kompose $GOPATH/bin/
|
||||
|
||||
- make test-cmd
|
||||
- goveralls -service=travis-ci
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# Kompose (Kubernetes + Compose)
|
||||
|
||||
[](https://travis-ci.org/kubernetes-incubator/kompose)
|
||||
[](https://coveralls.io/github/kubernetes-incubator/kompose?branch=master)
|
||||
|
||||
[](http://slack.kubernetes.io) in #kompose channel
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user