Skip to content
Snippets Groups Projects
Unverified Commit ed757a82 authored by Alex Touchet's avatar Alex Touchet Committed by GitHub
Browse files

Update links

parent 2b01f7e6
No related branches found
No related tags found
Loading
...@@ -38,9 +38,9 @@ With that in mind, the steps for adding a new API are: ...@@ -38,9 +38,9 @@ With that in mind, the steps for adding a new API are:
### Test before you commit ### 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` - `cd libc-test && cargo test`
- Use the `skip_*()` functions in `build.rs` if you really need a workaround. - Use the `skip_*()` functions in `build.rs` if you really need a workaround.
2. Style checker 2. Style checker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment