diff --git a/.travis.yml b/.travis.yml index 25431d4a..90d4ceef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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