This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new e55b093 remove 'clean' from .travis.yml
e55b093 is described below
commit e55b093cab9efc2ccf29d4fcef516b1265c5e570
Author: Michael Vorburger <[email protected]>
AuthorDate: Wed Feb 13 23:50:56 2019 +0100
remove 'clean' from .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 7fcfe45..5718035 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,4 +35,4 @@ cache:
# @see
http://mrhaki.blogspot.ch/2013/05/gradle-goodness-show-more-information.html
# @see
http://forums.gradle.org/gradle/topics/whats_new_in_gradle_1_1_test_logging for
alternative
script:
- - ./gradlew --info clean licenseMain licenseTest licenseIntegrationTest test
+ - ./gradlew --info licenseMain licenseTest licenseIntegrationTest test