Skip to content

Commit 8543d5f

Browse files
committed
Auto merge of rust-lang#221 - alexcrichton:bors, r=alexcrichton
Prep repo to be bors-compatible In... theory this is what we need? Let's try it out.
2 parents 8a4e72e + 2ff0e52 commit 8543d5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ matrix:
6262
notifications:
6363
email:
6464
on_success: never
65+
webhooks: http://buildbot.rust-lang.org/homu/travis
6566
branches:
6667
only:
67-
- master
68+
- auto-libc

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ test_script:
2222

2323
branches:
2424
only:
25-
- master
25+
- auto-libc

0 commit comments

Comments
 (0)