[FIX] Лишний код в travis.yml.

This commit is contained in:
Zaxar163 2019-04-14 08:26:40 +03:00 committed by GitHub
parent 7ec7a390ab
commit 21e3fd770e
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
@ -18,6 +17,3 @@ cache:
- $HOME/.gradle/wrapper/
script:
- ./gradlew build
# not working artifacts
addons:
artifacts: false