aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 49b6314cda26fcf55e2948b8972a0529f5c2a43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: android
android:
  components:
    - build-tools-21.1.0
    - build-tools-22.0.1
    - android-17
    - android-19
    - sys-img-arbeabi-v7a-android-19
    - sys-img-x86-android-17
    - extra-android-support
before_script:
  - echo no | android create avd --force -n emu -t android-19 --abi armeabi-v7a
  - emulator -avd emu -no-skin -no-audio -no-window &
  - android-wait-for-emulator
  - adb shell input keyevent 82 &
script:
  - sh build.sh
notifications:
  email:
    - laco0416+travis@gmail.com