]> git.lizzy.rs Git - rust.git/commitdiff
Update CONTRIBUTING.md for the fact that Travis is no longer used
authorAlex Gaynor <alex.gaynor@gmail.com>
Sun, 14 Nov 2021 17:41:16 +0000 (12:41 -0500)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 17:41:16 +0000 (12:41 -0500)
CONTRIBUTING.md

index f9ba12d3a1b3adb53ddd6f321837a60f5f7860e7..9612fe871c619535792457795628fc7b687f16b1 100644 (file)
@@ -15,7 +15,7 @@ SIMD can be quite complex, and even a "simple" issue can be huge. If an issue is
 
 ## CI
 
-We currently have 2 CI matrices through Travis CI and GitHub Actions that will automatically build and test your change in order to verify that `std::simd`'s portable API is, in fact, portable. If your change builds locally, but does not build on either, this is likely due to a platform-specific concern that your code has not addressed. Please consult the build logs and address the error, or ask for help if you need it.
+We currently use GitHub Actions which will automatically build and test your change in order to verify that `std::simd`'s portable API is, in fact, portable. If your change builds locally, but does not build in CI, this is likely due to a platform-specific concern that your code has not addressed. Please consult the build logs and address the error, or ask for help if you need it.
 
 ## Beyond stdsimd