summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6677e0cd15737bf8ac8c8fad4ca39096a3bc4d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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