tweaking travis config

removed dm_user=true for DM requests
This commit is contained in:
Mariotaku Lee 2017-03-04 14:51:46 +08:00
parent 22402a89b1
commit a1f9fea971
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,7 @@ before_script:
- test -f twidere/src/google/AndroidManifest.xml
script:
- ./gradlew --no-daemon clean build
- ./gradlew -Pandroid.incrementalJavaCompile=false clean build
deploy:
provider: releases

View File

@ -33,7 +33,6 @@ import org.mariotaku.restfu.annotation.param.Queries;
@KeyValue(key = "include_ext_alt_text", valueKey = "include_ext_alt_text"),
@KeyValue(key = "tweet_mode", valueKey = "tweet_mode"),
@KeyValue(key = "include_groups", value = "true"),
@KeyValue(key = "dm_users", value = "true"),
@KeyValue(key = "include_conversation_info", value = "true"),
@KeyValue(key = "ext", value = "stickerInfo,mediaRestrictions,altText"),
@KeyValue(key = "include_blocking", value = "true"),