Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ env:

android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-m2repository
- extra-google-m2repository

before_script:
# before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- adb wait-for-device
- adb shell input keyevent 82 &
# - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
# - emulator -avd test -no-skin -no-audio -no-window &
# - adb wait-for-device
# - adb shell input keyevent 82 &

script: ./gradlew connectedAndroidTest
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<string name="app_name">My Application</string>
<string name="action_settings">Settings</string>
<string name="send_signal">Send Signal</string>
<string name="hello_world_text">Hello World!</string>
<string name="hello_world_text">Hello Travis!</string>
</resources>