From 2529d24e72a11ac7b1a3925efa776d28693245ae Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Fri, 16 Nov 2018 18:31:36 +0100 Subject: [PATCH] Update CONTRIBUTE.md --- CONTRIBUTE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 60d8c73d4..cd1ad2ca2 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -208,10 +208,10 @@ and in your fork: The project currently builds its jobs in two environments: -- Travis CI for Pull Requests - https://travis-ci.org/debezium/debezium/builds - - Test only the current version of the adapters databases +- Travis CI for pull requests: https://travis-ci.org/debezium/debezium/builds + - Tests run only against the current version of each supported database - Jenkins CI for tests matrix, deployment, release, etc - http://ci.hibernate.org/view/Debezium/ - - Test multiple versions of the adapters databases + - Test run against all database versions supported by the individual connectors - Test Kafka versions - Deploy and release