This project contains common code used across Business Register APIs.
Run unit tests with coverage:
sbt clean coverage test coverageReport
Generate static analysis report:
sbt scapegoat
Publish to the local Ivy repository:
sbt clean publishLocal
In Travis CI add the following environment variables PGP_PASS, BINTRAY_USER and BINTRAY_PASS
Releases will then be automatically pushed to Bintray using the sbt-release-early plugin