This is an automated email from the ASF dual-hosted git repository. yaniv pushed a commit to branch version-0.2.0-incubating-rc2 in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git
commit 14acb597616d22d4cbf5a9fe0df3f7d9215f1f8f Author: Yaniv Rodenski <[email protected]> AuthorDate: Fri Apr 20 09:57:31 2018 +1000 added tests to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3236bfa..1419fb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: before_install: - chmod +x gradlew script: -- "./gradlew buildDistribution" +- "./gradlew clean test buildDistribution" deploy: provider: releases api_key: -- To stop receiving notification emails like this one, please contact [email protected].
