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