Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 16, 2014
1 parent 59c66de commit 86e6905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ before_install:

before_script:
# Make sure the emulator has started before running tests
- adb wait-for-device
- android-wait-for-emulator
- adb shell input keyevent 82 &

script:
- ./gradlew build connectedAndroidTest

0 comments on commit 86e6905

Please sign in to comment.