From ed757a82a3868bdb75aa1981ed5368e4b0eb7f6d Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sun, 28 Jul 2019 10:03:18 -0700 Subject: [PATCH 1/2] Update links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e5d0c68b8a80..181b604b533bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,9 +38,9 @@ With that in mind, the steps for adding a new API are: ### Test before you commit -We have two automated tests running on [Travis](https://travis-ci.org/rust-lang/libc): +We have two automated tests running on [Travis](https://travis-ci.com/rust-lang/libc): -1. [`libc-test`](https://github.com/alexcrichton/ctest) +1. [`libc-test`](https://github.com/gnzlbg/ctest) - `cd libc-test && cargo test` - Use the `skip_*()` functions in `build.rs` if you really need a workaround. 2. Style checker From 803cf6494fb12795959d6ac7c0f0e95343b16e3f Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 13 Aug 2019 08:21:20 -0700 Subject: [PATCH 2/2] Switch to Azure --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 181b604b533bd..7c22c08622530 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ With that in mind, the steps for adding a new API are: ### Test before you commit -We have two automated tests running on [Travis](https://travis-ci.com/rust-lang/libc): +We have two automated tests running on [Azure Pipelines](https://dev.azure.com/rust-lang2/libc/_build?definitionId=1&_a=summary): 1. [`libc-test`](https://github.com/gnzlbg/ctest) - `cd libc-test && cargo test`