From 21e3fd770eb9f0feffe766969889c793189c2241 Mon Sep 17 00:00:00 2001 From: Zaxar163 <35835496+Zaxar163@users.noreply.github.com> Date: Sun, 14 Apr 2019 08:26:40 +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.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80580586..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 @@ -18,6 +17,3 @@ cache: - $HOME/.gradle/wrapper/ script: - ./gradlew build -# not working artifacts -addons: - artifacts: false