Skip to content

Commit

Permalink
Auto merge of #454 - larsbergstrom:travis_via_github, r=metajack
Browse files Browse the repository at this point in the history
Check Travis build status via GitHub instead of Travis hooks

r? @Manishearth

Fixes servo/servo#12739

cc: @metajack @edunham

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/454)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Aug 10, 2016
2 parents 2ec914d + da33177 commit de4e7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homu/files/cfg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ try_users = {{ try }}
[repo.{{ repo[1] }}.github]
secret = "{{ pillar["homu"]["gh-webhook-secret"] }}"

[repo.{{ repo[1] }}.travis]
token = "{{ pillar["homu"]["travis-ci-token"] }}"
[repo.{{ repo[1] }}.status.travis]
context = 'continuous-integration/travis-ci/push'

{% endfor %}

Expand Down

0 comments on commit de4e7a0

Please sign in to comment.