Skip to content

Commit 5e345a3

Browse files
author
Dmitry Zaytsev
committed
Added Travis CI configuration
1 parent ac6fa54 commit 5e345a3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: android
2+
3+
android:
4+
components:
5+
- tools
6+
- platform-tools
7+
- build-tools-26.0.0
8+
- android-26
9+
- extra-android-m2repository
10+
- extra-android-support
11+
- extra-google-m2repository
12+
13+
jdk:
14+
- oraclejdk8
15+
16+
notifications:
17+
email: false
18+
19+
script: ./gradlew build test
20+
21+
cache:
22+
directories:
23+
- $HOME/.m2

0 commit comments

Comments
 (0)