Files
Android-Cucumber-BDD-Sample/.travis.yml
Iiro Krankka f1a4e6a030 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	.travis.yml
2017-01-09 13:31:31 +02:00

21 lines
435 B
YAML

language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
jdk:
oraclejdk8
before_script:
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew createDebugCoverageReport coveralls