Skip to content

Commit

Permalink
Merge pull request #287 from cdrage/add-coveralls
Browse files Browse the repository at this point in the history
Update TRAVIS CI to add coveralls
  • Loading branch information
sebgoa authored Dec 7, 2016
2 parents e9f900e + 8d0a654 commit 0b5d167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ language: go
go:
- 1.6

before_install:
- go get github.com/mattn/goveralls

install:
- true

Expand All @@ -23,3 +26,4 @@ script:
- cp kompose $GOPATH/bin/

- make test-cmd
- goveralls -service=travis-ci
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Kompose (Kubernetes + Compose)

[![Build Status](https://travis-ci.org/kubernetes-incubator/kompose.svg?branch=master)](https://travis-ci.org/kubernetes-incubator/kompose)
[![Coverage Status](https://coveralls.io/repos/github/kubernetes-incubator/kompose/badge.svg?branch=master)](https://coveralls.io/github/kubernetes-incubator/kompose?branch=master)

[![Join us in #kompose on k8s Slack](https://s3.eu-central-1.amazonaws.com/ngtuna/join-us-on-slack.png)](http://slack.kubernetes.io) in #kompose channel

Expand Down

0 comments on commit 0b5d167

Please sign in to comment.