forked from redsolution/xabber-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (34 loc) · 875 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
35
36
37
38
39
40
41
language: android
android:
components:
- platform-tools
- tools
- build-tools-29.0.1
- build-tools-28.0.3
- build-tools-28.0.2
- build-tools-27.0.3
- build-tools-26.0.2
- build-tools-25.0.2
- build-tools-25.0.0
- android-29
- android-28
- android-27
- android-26
- android-25
- android-23
- extra-android-m2repository
- extra-google-m2repository
licenses:
- '.+'
install:
# Check install section: http://docs.travis-ci.com/user/build-configuration/#install
# If you'd like to skip the install stage entirely, set it to true and nothing will be run.
- true
script:
# By default Travis-ci executes './gradlew build connectedCheck' if no 'script:' section found.
- ./gradlew assembleOpenProdRelease
env:
- GRADLE_OPTS="-Xmx1024m -XX:MaxPermSize=1024m"
jdk:
- oraclejdk8
dist: trusty