From d23fec6ffef323fa7ed02abd22ebfd7ea44f999a Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 25 Jan 2015 12:14:24 +0100 Subject: [PATCH] Dont run unit tests on emulator. --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2be8b05..a2d37db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: android jdk: oraclejdk7 -before_script: - - echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a - - emulator -avd test -no-skin -no-audio -no-window & - - android-wait-for-emulator - - adb shell input keyevent 82 & \ No newline at end of file +script: + - ./gradlew build +