From f7ec28368abdf5227b725f359e0a5e4ca4464773 Mon Sep 17 00:00:00 2001 From: Nathan Kooij Date: Wed, 14 Sep 2022 07:38:22 +0200 Subject: [PATCH] Drop or replace references to Travis CI (#236) - Update Maven's `ciManagement` section to refer to GitHub Actions. - Drop an obsolete "wish list" entry. --- error-prone-contrib/README.md | 3 +-- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/error-prone-contrib/README.md b/error-prone-contrib/README.md index 976abb05..03a15715 100644 --- a/error-prone-contrib/README.md +++ b/error-prone-contrib/README.md @@ -76,8 +76,7 @@ project: - Document how to enable the checks. - Document how to apply patches. - Document each of the checks. -- Add Travis CI, [SonarQube][sonarcloud] and [Codecov][codecov] - integrations. +- Add [SonarQube][sonarcloud] and [Codecov][codecov] integrations. - Investigate whether it makes sense to include license headers in each file. If so, set that up and enforce it. - Add non-Java file formatting support, like we have internally at Picnic. diff --git a/pom.xml b/pom.xml index bffded6a..4afb0077 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,8 @@ https://github.com/PicnicSupermarket/error-prone-support/issues - Travis CI - https://travis-ci.org/PicnicSupermarket/error-prone-support + GitHub Actions + https://github.com/PicnicSupermarket/error-prone-support/actions