Skip to content

Commit d36a458

Browse files
author
hotchemi
committed
Add travis setting file.
1 parent cd609e5 commit d36a458

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ android {
2222
sourceCompatibility JavaVersion.VERSION_1_6
2323
targetCompatibility JavaVersion.VERSION_1_6
2424
}
25+
lintOptions {
26+
abortOnError false
27+
}
2528
}
2629

2730
dependencies {

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)