Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Create build #138

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ addons:
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true compile install"
branch_pattern: $COVERITY_BRANCH_PATTERN

dist: trusty
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down