mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Лишний код в travis.yml. (#224)
This commit is contained in:
parent
1ad67d4a75
commit
2bee616d1c
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
||||||
# project is java
|
|
||||||
language: java
|
language: java
|
||||||
# Use https (public access) instead of git for git-submodules. This modifies only Travis-CI behavior!
|
# Use https (public access) instead of git for git-submodules. This modifies only Travis-CI behavior!
|
||||||
# disable the default submodule logic
|
# disable the default submodule logic
|
||||||
|
@ -17,7 +16,4 @@ cache:
|
||||||
- $HOME/.gradle/caches/
|
- $HOME/.gradle/caches/
|
||||||
- $HOME/.gradle/wrapper/
|
- $HOME/.gradle/wrapper/
|
||||||
script:
|
script:
|
||||||
- ./gradlew assemble build
|
- ./gradlew build
|
||||||
# not working artifacts
|
|
||||||
addons:
|
|
||||||
artifacts: false
|
|
||||||
|
|
Loading…
Reference in a new issue