We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd609e5 commit d36a458Copy full SHA for d36a458
.travis.yml
@@ -0,0 +1,21 @@
1
+language: android
2
+
3
+android:
4
+ components:
5
+ - tools
6
+ - platform-tools
7
+ - build-tools-26.0.1
8
+ - android-26
9
+ - extra-google-google_play_services
10
+ - extra-android-m2repository
11
+ - extra-android-support
12
+ - extra-google-m2repository
13
14
+jdk:
15
+ - oraclejdk8
16
17
+branches:
18
+ except:
19
+ - gh-pages
20
21
+script: ./gradlew clean check --stacktrace
app/build.gradle
@@ -22,6 +22,9 @@ android {
22
sourceCompatibility JavaVersion.VERSION_1_6
23
targetCompatibility JavaVersion.VERSION_1_6
24
}
25
+ lintOptions {
26
+ abortOnError false
27
+ }
28
29
30
dependencies {
gradlew
100644
100755
0 commit comments