diff --git a/.travis.yml b/.travis.yml
index b1ae074..0f96834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b95eaf5..0e26162 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -2,5 +2,5 @@
My Application
Settings
Send Signal
- Hello World!
+ Hello Travis!