Update links

This commit is contained in:
Alex Touchet 2019-07-28 10:03:18 -07:00 committed by GitHub
parent 2b01f7e673
commit ed757a82a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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