From 72bf87f40913a7d1cfaeca4f289a9ebe2e1f7d83 Mon Sep 17 00:00:00 2001 From: Christian Bandowski Date: Thu, 19 Apr 2018 19:39:43 +0200 Subject: [PATCH] Remove cloudbees CI links and add travis-ci to readme --- CONTRIBUTING.md | 2 +- readme.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c2c0bbaf..aaf8fd864 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ You love MapStruct but miss a certain feature? You found a bug and want to repor * Source code: [http://github.com/mapstruct/mapstruct](http://github.com/mapstruct/mapstruct) * Issue tracker: [https://github.com/mapstruct/mapstruct/issues](https://github.com/mapstruct/mapstruct/issues) * Discussions: Join the [mapstruct-users](https://groups.google.com/forum/?fromgroups#!forum/mapstruct-users) Google group -* CI build: [https://mapstruct.ci.cloudbees.com](https://mapstruct.ci.cloudbees.com) +* CI build: [https://travis-ci.org/mapstruct/mapstruct/](https://travis-ci.org/mapstruct/mapstruct/) MapStruct follows the _Fork & Pull_ development approach. To get started just fork the [MapStruct repository](http://github.com/mapstruct/mapstruct) to your GitHub account and create a new topic branch for each change. Once you are done with your change, submit a [pull request](https://help.github.com/articles/using-pull-requests) against the MapStruct repo. diff --git a/readme.md b/readme.md index d693c6a09..1b65d8c68 100644 --- a/readme.md +++ b/readme.md @@ -139,11 +139,7 @@ from the root of the project directory. To skip the distribution module, run * [Downloads](https://sourceforge.net/projects/mapstruct/files/) * [Issue tracker](https://github.com/mapstruct/mapstruct/issues) * [User group](https://groups.google.com/forum/?hl=en#!forum/mapstruct-users) -* [CI build](https://mapstruct.ci.cloudbees.com/) - -
- -
+* [CI build](https://travis-ci.org/mapstruct/mapstruct/) ## Licensing