From 81ba7f05a846c84cce9c685084d2eb1c8a02e5c3 Mon Sep 17 00:00:00 2001 From: Alex Crichton <alex@alexcrichton.com> Date: Fri, 11 Mar 2016 09:35:56 -0800 Subject: [PATCH] Run CI on all branches Only running them against auto-libc unfortunately means that PRs don't run CI. --- .travis.yml | 3 --- appveyor.yml | 4 ---- 2 files changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09c259e0..11a830e4 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 64c2f7f4..93bd0f93 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 -- GitLab