aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 56b7a33ec3ec9a69f9ced7879bc4c050e3552f7f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: android

 android:
   components:
     - android-22
     - build-tools-22.0.0
     - platform-tools
     - extra-google-m2repository
     - extra-android-m2repository

     # ok no tests for now
     # - sys-img-x86-android-22

 before_script:
     - GRADLE_OPTS="-Xms40m -Xmx3g -XX:MaxPermSize=3g"

 script: "./gradlew clean build test -Dpre-dex=false"