[FIX] Лишний код в travis.yml. (#224)

This commit is contained in:
Zaxar163 2019-04-15 22:26:37 +03:00 committed by GitHub
parent 1ad67d4a75
commit 2bee616d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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