Skip to content

Commit 5542c58

Browse files
committed
update travis file.
1 parent b4000ec commit 5542c58

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

.travis.yml

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
11
language: android
22
android:
33
components:
4-
# Uncomment the lines below if you want to
5-
# use the latest revision of Android SDK Tools
6-
- platform-tools
7-
- tools
8-
9-
# The BuildTools version used by your project
10-
- build-tools-22.0.1
11-
12-
# The SDK version used to compile your project
13-
- android-22
14-
15-
# Additional components
16-
- extra-google-google_play_services
17-
- extra-google-m2repository
18-
- extra-android-m2repository
19-
20-
# Specify at least one system image,
21-
# if you need to run emulator(s) during your tests
22-
- sys-img-armeabi-v7a-android-19
23-
- sys-img-x86-android-17
24-
25-
26-
before_script:
27-
- echo no | android create avd --force -n test -t android-17 --abi armeabi-v7a
28-
- emulator -avd test -no-skin -no-audio -no-window &
29-
- android-wait-for-emulator
30-
- adb shell input keyevent 82 &
31-
32-
script: ./gradlew build connectedCheck
4+
- tools
5+
- platform-tools
6+
- build-tools-25.0.2
7+
- android-25
8+
- extra-android-support
9+
- extra
10+
- extra-android-m2repository
11+
script:
12+
- ./gradlew assembleDebug

0 commit comments

Comments
 (0)