From 4103deacf9c41280c369ad32fb59b6bb0083b574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Agostinho?= Date: Tue, 9 Oct 2018 11:08:10 +0200 Subject: [PATCH 1/2] Disable email notifications on Travis. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c6c265dcb6..8fa3478ace7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,3 +84,6 @@ jobs: - compiler: gcc env: TASK="test-ext" script: bash .travis.sh $TASK + +notifications: + email: false From ee721c3f82fe19da3de99144819cdd8a1a0f0e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Agostinho?= Date: Tue, 9 Oct 2018 11:09:04 +0200 Subject: [PATCH 2/2] Update PCL logo endpoint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8749d6104a1..110171b47e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Point Cloud Library - + Continuous integration ----------------------