Fix travis.

This commit is contained in:
Zaxar163 2018-09-21 19:21:03 +03:00 committed by zaxar163
parent e98104c06b
commit 671129745c
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06

View file

@ -7,6 +7,6 @@ cache:
- $HOME/.gradle/caches/ - $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/ - $HOME/.gradle/wrapper/
script: script:
- ./gradlew assemble build - ./gradlew build
addons: addons:
artifacts: true artifacts: true