Skip to content

Commit

Permalink
Refresh goreport after each PR push
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <awels@redhat.com>
  • Loading branch information
awels committed Sep 27, 2018
1 parent c8c5da0 commit 1b79d4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -50,6 +50,9 @@ script:
- make goveralls
- make test-lint

after_script:
- curl -d "repo=github.com/kubevirt/containerized-data-importer" https://goreportcard.com/checks

before_deploy:
- docker login -u="$DOCKER_USER" -p="$DOCKER_PASS"

Expand Down

0 comments on commit 1b79d4c

Please sign in to comment.