Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis-ci: send report to coveralls in after_success section #497

Merged
merged 1 commit into from Mar 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -2,13 +2,11 @@
dist : trusty
sudo: required


language: go

# make this also work for forks
go_import_path: github.com/kubernetes-incubator/kompose


go:
- 1.6
- 1.7
Expand All @@ -21,12 +19,13 @@ before_install:
- go get github.com/sgotti/glide-vc
- go get github.com/golang/lint/golint


install:
- true

script:
- make test

after_success:
# gover collects all .coverprofile files and saves it to one file gover.coverprofile
- gover
- goveralls -coverprofile=gover.coverprofile -service=travis-ci