Revert "Don't test using a build flavor"

This reverts commit 41fc51a2b7.
This commit is contained in:
Bradlee Speice 2014-11-06 19:56:45 -05:00
parent 173eaa0ba8
commit dc9700e268

View File

@ -10,3 +10,5 @@ before_install:
before_script: before_script:
- bash ./wait_for_emulator - bash ./wait_for_emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
script: "bash gradlew connectedAndroidTestTestConfigDebug"