I am trying to get a multi-module Gradle project to build in Travis CI and run all tests from all sub projects. By default running build from the top level build.gradle file seems to build all submodules and run all tests but Travis sees it as a failure. Ideally I'd also like to combine the Jacoco test coverage reports from all sub projects.
The project I am trying to get this working on is open source and can be seen here: https://github.com/Tenkiv/Physikal