tweaking travis build config, damn

This commit is contained in:
Mariotaku Lee 2017-03-04 01:41:26 +08:00
parent d36a30627d
commit 7efdb65896
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 3 deletions

View File

@ -33,8 +33,6 @@ jdk:
env:
global:
- MALLOC_ARENA_MAX=2
- GRADLE_OPTS=-Xmx2048m -Dorg.gradle.parallel=false
# COMPONENT_GOOGLE_REPO
- secure: "OQ/wkORxY2qv4CmAdMxyW4ihRt5GRyxKxQRZpsdjMbwIKf3DlY6vBoNIEQ46sRRLAKOzkQ3LirodbWRCBlDN9WFw4XRsLTveqqtslMGeLf04peazXMIa6rJ22BCDGEmnzRNx6r3JRb9wEK1plNv4u4G9DgQ7ShzbwdZ8A5grlg8="
@ -81,7 +79,7 @@ before_script:
# Validate if Google components fetched successfully
- test -f twidere/src/google/AndroidManifest.xml
script: ./gradlew build --no-daemon --stacktrace
script: ./gradlew build --info
deploy:
provider: releases