Skip to content

Commit

Permalink
Drop or replace references to Travis CI (#236)
Browse files Browse the repository at this point in the history
- Update Maven's `ciManagement` section to refer to GitHub Actions.
- Drop an obsolete "wish list" entry.
  • Loading branch information
nathankooij authored Sep 14, 2022
1 parent e34c2ba commit f7ec283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions error-prone-contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<url>https://github.com/PicnicSupermarket/error-prone-support/issues</url>
</issueManagement>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/PicnicSupermarket/error-prone-support</url>
<system>GitHub Actions</system>
<url>https://github.com/PicnicSupermarket/error-prone-support/actions</url>
</ciManagement>
<distributionManagement>
<repository>
Expand Down

0 comments on commit f7ec283

Please sign in to comment.