diff options
author | Alex Touchet <alextouchet@outlook.com> | 2019-07-28 10:03:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 10:03:18 -0700 |
commit | ed757a82a3868bdb75aa1981ed5368e4b0eb7f6d (patch) | |
tree | ed78cd70719b721537b50d806f70ec55ce5486f0 /CONTRIBUTING.md | |
parent | 2b01f7e67322175e05f25325e6e941aa9a3ddeae (diff) | |
download | rust-libc-ed757a82a3868bdb75aa1981ed5368e4b0eb7f6d.tar.gz |
Update links
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e5d0c68b8..181b604b53 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 |