There was an error while loading. Please reload this page.
1 parent 2f6554f commit 1a77ca3Copy full SHA for 1a77ca3
.travis.yml
@@ -0,0 +1,30 @@
1
+language: android
2
+jdk: oraclejdk8
3
+sudo: false
4
+os: linux
5
+
6
+android:
7
+ components:
8
+ - tools
9
+ - platform-tools
10
+ - build-tools-27.0.2
11
+ - build-tools-27.0.3
12
+ - android-27
13
+ - extra-google-m2repository
14
+ - extra-android-m2repository
15
+ - extra-android-support
16
17
+ # Specify at least one system image,
18
+ # if you need to run emulator(s) during your tests
19
+ # - sys-img-armeabi-v7a-android-16
20
+ # - sys-img-armeabi-v7a-android-21
21
+ # - sys-img-armeabi-v7a-android-22
22
+ # - sys-img-armeabi-v7a-android-25
23
24
+licenses:
25
+ - 'android-sdk-license-.+'
26
+ - 'google-gdk-license-.+'
27
+ - 'android-sdk-preview-license-.+'
28
29
+script:
30
+ ./gradlew clean runUnitTests
0 commit comments