From e7bef0369b7c32b4d7125c75cf28eb945f0f7d71 Mon Sep 17 00:00:00 2001 From: Niek Haarman Date: Thu, 21 Aug 2014 21:19:41 +0200 Subject: [PATCH] Proper module --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa0cd984..fbaf7a92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ script: - if [[ $LINT == 'true' ]]; then gradle lint ; fi after_success: - - if [[ $MAVEN == 'true' && $TRAVIS_BRANCH == 'dev' && $TRAVIS_PULL_REQUEST == 'false' ]]; then gradle :lib-core:uploadArchives :lib-manipulation:uploadArchives :lib-manipulation-slh:uploadArchives -PnexusUsername="${nexusUsername}" -PnexusPassword="${nexusPassword}" ; fi + - if [[ $MAVEN == 'true' && $TRAVIS_BRANCH == 'dev' && $TRAVIS_PULL_REQUEST == 'false' ]]; then gradle :lib-core:uploadArchives :lib-manipulation:uploadArchives :lib-core-slh:uploadArchives -PnexusUsername="${nexusUsername}" -PnexusPassword="${nexusPassword}" ; fi notifications: email: false \ No newline at end of file