Skip to content

Commit

Permalink
Merge pull request #497 from kadel/update-travis
Browse files Browse the repository at this point in the history
travis-ci: send report to coveralls in after_success section
  • Loading branch information
cdrage committed Mar 17, 2017
2 parents 752b203 + d24b86a commit 30ead55
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 30ead55

Please sign in to comment.