Skip to content

Commit 8118bf2

Browse files
committed
one more try
1 parent 360ac20 commit 8118bf2

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,14 @@ android:
1515
- build-tools-25.0.2
1616
- android-25
1717
- doc-25
18-
- extra-android-support
1918
- extra-google-m2repository
2019
- extra-android-m2repository
20+
licenses:
21+
- 'android-sdk-license-.+'
2122

2223
before_install:
2324
- pip install --user codecov
2425

25-
install:
26-
- echo y | android update sdk -u -a -t tools
27-
- echo y | android update sdk -u -a -t platform-tools
28-
- echo y | android update sdk -u -a -t build-tools-25.0.2
29-
- echo y | android update sdk -u -a -t android-25
30-
- echo y | android update sdk -u -a -t extra-google-m2repository
31-
- echo y | android update sdk -u -a -t extra-android-m2repository
32-
3326
script:
3427
- ./gradlew clean testDebugUnitTest jacocoTestReport --info
3528

ParseLiveQuery/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313

1414
dependencies {
15-
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1x'
15+
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1'
1616
}
1717
}
1818

@@ -37,7 +37,6 @@ android {
3737
testCoverageEnabled = true
3838
}
3939
}
40-
buildToolsVersion '25.0.0'
4140
}
4241

4342
dependencies {

0 commit comments

Comments
 (0)