From 4b9ef827fda33c21a97f1feac3fcf518a7d91bad Mon Sep 17 00:00:00 2001 From: Sunny Goley Date: Sun, 12 Apr 2020 14:55:32 +0530 Subject: [PATCH 1/2] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c525242..fc92cc92 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ The Symphony java client provides a real-time wrapper around the Symphony REST A * Updated with latest 1.50 spec. symphony-java-api v1.50.1 * Implementation of signals + ## V1.1.4 * Major bug fix (1.50+) to accept real-time events that do not include event ids as this is now optional. * New SymphonyClientConfig builder added From d35cbcd7d5dbf5cd2e1510bd8f2d973bdf2b6a9c Mon Sep 17 00:00:00 2001 From: Sunny Goley Date: Sun, 12 Apr 2020 15:14:48 +0530 Subject: [PATCH 2/2] fix the failing build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 790877b7..4ff28eb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,3 +71,5 @@ addons: build_command_prepend: "mvn clean" build_command: "mvn -DskipTests=true compile install" branch_pattern: $COVERITY_BRANCH_PATTERN + +dist: trusty \ No newline at end of file