Skip to content

Commit

Permalink
Merge pull request #56 from Clever/INFRA-1577-add-report-card
Browse files Browse the repository at this point in the history
Enable Report Card.
  • Loading branch information
Christopher Bradshaw committed Mar 25, 2016
2 parents 7c53673 + e936b9a commit bb1890d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
env:
- REPORT_CARD_GITHUB_STATUS_TOKEN=$$report_card_github_status_token
- REPORT_CARD_GITHUB_REPO_TOKEN=$$report_card_github_repo_token
image: clever/drone-go:1.5
notify:
email:
Expand All @@ -22,4 +25,5 @@ publish:
when:
branch: master
script:
- sudo pip install -q git+https://$REPORT_CARD_GITHUB_REPO_TOKEN@github.com/Clever/report-card.git; GITHUB_API_TOKEN=$REPORT_CARD_GITHUB_STATUS_TOKEN report-card --publish || true
- make test

0 comments on commit bb1890d

Please sign in to comment.