summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6677e0cd1..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-language: android
-jdk: oraclejdk7
-
-env:
- matrix:
- - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
-before_install:
- - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- - emulator -avd test -no-skin -no-audio -no-window &
- - cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
-
-before_script:
- - chmod -R 777 ./ci/wait_for_emulator.sh
- - ./ci/wait_for_emulator.sh
-
-script:
- - gradle connectedAndroidTest