Skip to content

Commit 4f9ce37

Browse files
Create .travis.yml
1 parent fa53456 commit 4f9ce37

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)