From 2bee616d1c69aef321b142e57c533c31137a0fa5 Mon Sep 17 00:00:00 2001 From: Zaxar163 <35835496+Zaxar163@users.noreply.github.com> Date: Mon, 15 Apr 2019 22:26:37 +0300 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=9B=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=B4=20=D0=B2=20travis.yml.=20(#224)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 778e6078..5c5057c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -# project is java language: java # Use https (public access) instead of git for git-submodules. This modifies only Travis-CI behavior! # disable the default submodule logic @@ -17,7 +16,4 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ script: - - ./gradlew assemble build -# not working artifacts -addons: - artifacts: false + - ./gradlew build