diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-03-11 09:35:56 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-03-11 09:35:56 -0800 |
commit | 81ba7f05a846c84cce9c685084d2eb1c8a02e5c3 (patch) | |
tree | 0983db1423488b1bed12946b9343fcfdcac676c8 | |
parent | 8543d5f7c6a40e8f663023bdf18d7bb96cfd3e4f (diff) | |
download | rust-libc-81ba7f05a846c84cce9c685084d2eb1c8a02e5c3.tar.gz |
Run CI on all branches
Only running them against auto-libc unfortunately means that PRs don't run CI.
-rw-r--r-- | .travis.yml | 3 | ||||
-rw-r--r-- | appveyor.yml | 4 |
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 |