This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch LicenseSwap in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git
commit 03f08332b009de916692a151e0c46f4647996dea Author: Lee Rhodes <[email protected]> AuthorDate: Thu Jun 13 19:23:37 2019 -0700 update travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eef8783..5158197 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,14 @@ # http://docs.travis-ci.com/user/customizing-the-build/ # Execute Maven to create Cobertura report and submit Coveralls data: -#. mvn cobertura:cobertura coveralls:report +# mvn cobertura:cobertura coveralls:report language: java sudo: false # faster builds +dist: trusty + jdk: - oraclejdk8 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
