summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-11 09:36:59 -0800
committerbors <bors@rust-lang.org>2016-03-11 09:36:59 -0800
commit61ae4865b0ea8ebd2351f1ad58b7220b5810f1de (patch)
tree0983db1423488b1bed12946b9343fcfdcac676c8
parent8543d5f7c6a40e8f663023bdf18d7bb96cfd3e4f (diff)
parent81ba7f05a846c84cce9c685084d2eb1c8a02e5c3 (diff)
downloadrust-libc-61ae4865b0ea8ebd2351f1ad58b7220b5810f1de.tar.gz
Auto merge of #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.
-rw-r--r--.travis.yml3
-rw-r--r--appveyor.yml4
2 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 09c259e008..11a830e41f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,3 @@ notifications:
email:
on_success: never
webhooks: http://buildbot.rust-lang.org/homu/travis
-branches:
- only:
- - auto-libc
diff --git a/appveyor.yml b/appveyor.yml
index 64c2f7f4f2..93bd0f9362 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,7 +19,3 @@ build: false
test_script:
- cargo test
- cargo run --manifest-path libc-test/Cargo.toml
-
-branches:
- only:
- - auto-libc