forked from ISchwarz23/SortableTableView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (30 loc) · 797 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
31
32
33
34
language: android
jdk: oraclejdk7
sudo: false
android:
components:
# Use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by this project
- build-tools-23.0.2
# The SDK version used to compile this project
- android-23
# Additional components
- extra-android-support
- extra-android-m2repository
# Emulators for tests
# - sys-img-armeabi-v7a-android-19
# - sys-img-armeabi-v7a-android-21
# - sys-img-x86-android-17
licenses:
- 'android-sdk-license-.+'
env:
global:
# install timeout in minutes (2 minutes by default)
- ADB_INSTALL_TIMEOUT=8
before_script:
- chmod +x gradlew
# - android-wait-for-emulator
script:
- ./gradlew build