Skip to content

Commit d3985f0

Browse files
committed
new travis config
1 parent ee42dda commit d3985f0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: android
2+
jdk: oraclejdk7
3+
4+
android:
5+
components:
6+
- build-tools-21.1.1
7+
- android-19
8+
9+
env:
10+
global:
11+
- GRADLE_OPTS="-XX:MaxPermSize=4g -Xmx4g"
12+
- ANDROID_SDKS=android-14
13+
- ANDROID_TARGET=android-14
14+
15+
script:
16+
- ./gradlew -PdisablePreDex build

0 commit comments

Comments
 (0)