Reactivated emulator and connectedAndroidTests
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -20,10 +20,9 @@ android:
|
||||
|
||||
before_script:
|
||||
# Create and start emulator
|
||||
#- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
|
||||
#- emulator -avd test -no-skin -no-audio -no-window &
|
||||
#- android-wait-for-emulator
|
||||
#- adb shell input keyevent 82 &
|
||||
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
||||
script: ./gradlew assembleRelease
|
||||
# connectedAndroidTest
|
||||
script: ./gradlew assembleRelease connectedAndroidTest
|
||||
Reference in New Issue
Block a user