forked from blazsolar/android-collapse-calendar-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
30 lines (25 loc) · 1003 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: android
env:
- TERM=dump
env:
matrix:
- ANDROID_TARGET=android-18 ANDROID_ABI=armeabi-v7a
global:
- "ARTIFACTS_AWS_REGION=us-west-2"
- "ARTIFACTS_S3_BUCKET=android-collapse-calendar-view"
- secure: "lFeUSH2N+gGZyPBqI6LOBMnG8adjonjOohOvrz8nCcUV4Wn7/tHW7i4CzYDp/HUR+s3EBE7QFmBiifM4UTEnSvLpQUkfDS/86wfVlLUTnpiZqUWhLJIQFDZhiNJ3YGH197PG8+OZ1+BGzCFQXI1gt5pNFyMToCeP4cljL9DZdow="
- secure: "kV99P8eZDRpfErIW+8i+Sz6pqyjsQ4VbtW8L/gg1lWSk/OVCz/BuJBfUpr8SIH/lDP5AsuP4vzWEkNuozbjv4whG3FCek73p1St3lSDZbestqbipshWfitkZwtz8KQnat5VnY35AeWKFstGKsDRtIIoaqLQnaqXqkyOF/DEypU0="
android:
components:
- build-tools-22.0.1
- extra-android-m2repository
- extra-google-m2repository
- android-22
before_install:
# Emulator
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
before_script:
- ./gradlew dependencies
- ./ci/wait_for_emulator
- adb shell input keyevent 82 &