Skip to content

Commit

Permalink
Repoint documentation from Travis to GitHub Actions.
Browse files Browse the repository at this point in the history
Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
  • Loading branch information
motlin committed Jul 15, 2020
1 parent fff14f6 commit 6f6ab28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Now you can open the project in your IDE and it won't complain about missing fil
- you want to force a clean build
- you work on [JMH][jmh] tests
- your changes affect code generation
- you want to see if your changes will pass [the same builds that Travis CI runs][travis]
- you want to see if your changes will pass [the same builds that GitHub Actions runs][github]

Semantic Versioning
-------------------
Expand Down Expand Up @@ -93,7 +93,7 @@ Excessive branching and merging can make git history confusing. With that in min
Submit your pull request when ready. Three checks will be kicked off automatically.

- IP Validation: Checks that all committers signed the Eclipse CLA and signed their commits.
- Continuous integration: [Travis builds][travis] that run JUnit tests, CheckStyle, and FindBugs.
- Continuous integration: [GitHub Actions][github] that run JUnit tests, CheckStyle, and FindBugs.
- The standard GitHub check that the pull request has no conflicts with the base branch.

Make sure all the checks pass. One of the committers will take a look and provide feedback or merge your contribution.
Expand All @@ -105,7 +105,7 @@ That's it! Thanks for contributing to Eclipse Collections!
[semver]: http://semver.org/
[style-guide]: https://google.github.io/styleguide/javaguide.html
[rebase]: https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request
[travis]: https://travis-ci.org/eclipse/eclipse-collections
[github]: https://github.com/eclipse/eclipse-collections/actions
[imperative-mood]: https://github.com/git/git/blob/master/Documentation/SubmittingPatches
[github-issue]: https://help.github.com/articles/closing-issues-via-commit-messages/
[mailing-list]: https://dev.eclipse.org/mailman/listinfo/collections-dev
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
~ and the Eclipse Distribution License is available at
~ http://www.eclipse.org/org/documents/edl-v10.php.
-->
[![][travis img]][travis]
[![][maven img]][maven]
[![][release img]][release]
[![][license-epl img]][license-epl]
Expand Down Expand Up @@ -109,9 +108,6 @@ We welcome contributions! We accept contributions via pull requests here in GitH
[actions javadoc]:https://github.com/eclipse/eclipse-collections/actions?query=workflow%3A%22JavaDoc%22
[actions javadoc img]:https://github.com/eclipse/eclipse-collections/workflows/JavaDoc/badge.svg?branch=master

[travis]:https://travis-ci.org/eclipse/eclipse-collections
[travis img]:https://travis-ci.org/eclipse/eclipse-collections.svg?branch=master

[maven]:http://search.maven.org/#search|gav|1|g:"org.eclipse.collections"%20AND%20a:"eclipse-collections"
[maven img]:https://maven-badges.herokuapp.com/maven-central/org.eclipse.collections/eclipse-collections/badge.svg

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</issueManagement>

<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/eclipse/eclipse-collections</url>
<system>GitHub Actions</system>
<url>https://github.com/eclipse/eclipse-collections/actions</url>
</ciManagement>

<mailingLists>
Expand Down

0 comments on commit 6f6ab28

Please sign in to comment.