Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 27, 2017
1 parent 91453a1 commit 02e16e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- tools
- platform-tools
- tools

# The BuildTools version used by your project
- build-tools-26.0.1

# The SDK version used to compile your project
- android-22
- android-26

# Additional components
Expand All @@ -23,7 +25,7 @@ android:

# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-21
- sys-img-armeabi-v7a-android-22


before_script:
Expand All @@ -32,7 +34,7 @@ before_script:
- ./gradlew assemble

# Emulator Management: Create, Start and Wait
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
Expand Down

0 comments on commit 02e16e4

Please sign in to comment.