Skip to content

Commit 61ae486

Browse files
committed
Auto merge of rust-lang#223 - alexcrichton:run-all, r=alexcrichton
Run CI on all branches Only running them against auto-libc unfortunately means that PRs don't run CI.
2 parents 8543d5f + 81ba7f0 commit 61ae486

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,3 @@ notifications:
6363
email:
6464
on_success: never
6565
webhooks: http://buildbot.rust-lang.org/homu/travis
66-
branches:
67-
only:
68-
- auto-libc

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ build: false
1919
test_script:
2020
- cargo test
2121
- cargo run --manifest-path libc-test/Cargo.toml
22-
23-
branches:
24-
only:
25-
- auto-libc

0 commit comments

Comments
 (0)