Clean up the Travis build a bit

robolectric-error
Bradlee Speice 2014-09-12 22:47:02 -04:00
parent 67b11b3ab0
commit 12ff40adb7
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,4 @@
language: android
env:
matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI

View File

@ -60,6 +60,9 @@ android {
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
lintOptions {
disable 'adviceDidNotMatch'
}
}
dependencies {