From 56c504cc01f060dce2100074c5133559d094e53a Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 26 Feb 2016 19:24:52 +0200 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B0=D1=8F=20=D0=BF=D1=83=D0=B1?= =?UTF-8?q?=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 585b925..819f7d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,8 @@ cache: sudo: false before_install: - - chmod +x gradlew \ No newline at end of file + - chmod +x gradlew + +after_success: + - ./gradlew dist + - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "latest" && curl -F "file=@dist/Own-Programming-Language-Tutorial.jar" http://projects.annimon.com/samples/php/travis/upload.php?mode=ownlang \ No newline at end of file