1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-02 17:56:56 +01:00

tweaking travis config

This commit is contained in:
Mariotaku Lee 2017-03-05 16:45:28 +08:00
parent ec4d5ea282
commit c654e39bf3
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ before_script:
- patch --dry-run -d twidere < twidere/patches/remove_closed_source_dependencies.patch
# Validate if Google components fetched successfully
- test -f twidere/src/google/AndroidManifest.xml
- sysctl vm.swappiness
script:
- ./gradlew clean build

View File

@ -92,7 +92,6 @@ dependencies {
kapt "com.bluelinelabs:logansquare-compiler:${libVersions['LoganSquare']}"
kapt 'com.hannesdorfmann.parcelableplease:processor:1.0.2'
kapt 'com.google.dagger:dagger-compiler:2.8'
kapt "com.github.mariotaku.ObjectCursor:processor:${libVersions['ObjectCursor']}"
compile project(':twidere.component.common')
compile project(':twidere.component.nyan')