We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa53456 commit 4f9ce37Copy full SHA for 4f9ce37
.travis.yml
@@ -0,0 +1,24 @@
1
+language: android
2
+dist: trusty
3
+android:
4
+ components:
5
+ # Uncomment the lines below if you want to
6
+ # use the latest revision of Android SDK Tools
7
+ # - tools
8
+ # - platform-tools
9
+
10
+ # The BuildTools version used by your project
11
+ - build-tools-26.0.2
12
13
+ # The SDK version used to compile your project
14
+ - android-26
15
16
+ # Additional components
17
+ - extra-google-google_play_services
18
+ - extra-google-m2repository
19
+ - extra-android-m2repository
20
21
+ # Specify at least one system image,
22
+ # if you need to run emulator(s) during your tests
23
+ - sys-img-x86-android-26
24
+ - sys-img-armeabi-v7a-android-17
0 commit comments