summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2019-08-13 08:21:20 -0700
committerGitHub <noreply@github.com>2019-08-13 08:21:20 -0700
commit803cf6494fb12795959d6ac7c0f0e95343b16e3f (patch)
treee5508de9e05acbb24ec51238e2bd6510734ad9eb
parented757a82a3868bdb75aa1981ed5368e4b0eb7f6d (diff)
downloadrust-libc-803cf6494fb12795959d6ac7c0f0e95343b16e3f.tar.gz
Switch to Azure
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 181b604b53..7c22c08622 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`