Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
misakuo committed Feb 15, 2016
1 parent 64c94c4 commit b37ccd0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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-21

licenses:
- 'android-sdk-license-.+'
Expand All @@ -30,16 +30,17 @@ env:
- ADB_INSTALL_TIMEOUT=8

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

script:
- android list target
- ./gradlew connectedAndroidTest
#- android list target
#- ./gradlew connectedAndroidTest
- ./gradlew assembleDebug

notifications:
email: false

0 comments on commit b37ccd0

Please sign in to comment.