forked from greenrobot/EventBus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (22 loc) · 678 Bytes
/
.travis.yml
File metadata and controls
26 lines (22 loc) · 678 Bytes
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
sudo: false
language: android
jdk:
- oraclejdk7
# http://docs.travis-ci.com/user/languages/android/
android:
components:
- tools
- build-tools-23.0.2
- android-10
- extra-android-m2repository
before_script:
- chmod +x gradlew
# - echo no | android create avd --force -n test -t android-10 --abi armeabi
# - emulator -avd test -no-skin -no-audio -no-window &
# - android-wait-for-emulator
# - adb shell input keyevent 82 &
# Currently connectedCheck fails, so don't run unit test on Emulator for now. Issue:
# com.android.builder.testing.ConnectedDevice > hasTests[test(AVD) - 2.3.3] FAILED
# No tests found.
script:
- TERM=dumb ./gradlew check