Merge pull request #497 from kadel/update-travis

travis-ci: send report to coveralls in after_success section
This commit is contained in:
Charlie Drage 2017-03-17 13:24:47 -04:00 committed by GitHub
commit 30ead55071

View File

@ -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
@ -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