Skip to content

Commit 118d2db

Browse files
committed
update CI docs
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 952a73b commit 118d2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We have a 3 step process for contributions:
2828
Our projects are built to last. We strive to ensure high quality throughout the experience. In order to ensure this, we require that all pull requests to DevSec projects meet these specifications:
2929

3030
1. **Tests:** To ensure high quality code and protect against future regressions
31-
2. **Green CI Tests:** We use [Travis CI](https://travis-ci.org/) and/or [AppVeyor](https://www.appveyor.com/) CI systems to test all pull requests. We require these test runs to succeed on every pull request before being merged.
31+
2. **Green CI Tests:** We use [GitHub Actions](https://github.com/features/actions) to test all pull requests. We require these test runs to succeed on every pull request before being merged.
3232
3. **Up-to-date Documentation:** Every code change should be reflected in an update for our documentation. We expect PRs to update the documentation with the code change.
3333

3434
## Code Review Process

0 commit comments

Comments
 (0)