diff --git a/.travis.yml b/.travis.yml index 24ff6473c..79586954d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,5 @@ before_script: - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & + +script: ./gradlew --stacktrace build connectedCheck