Skip to content

Commit

Permalink
Working on tavis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent c615810 commit 3fce181
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ android:
- platform-tools
- tools
- build-tools-26.0.0
- android-22
- android-26
- sys-img-armeabi-v7a-android-22
- sys-img-armeabi-v7a-android-26
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository

before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &

script: travis_wait 90 ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace
script: travis_wait 60 ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace

0 comments on commit 3fce181

Please sign in to comment.