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

android:
    components:
        - android-23
        - build-tools-23.0.1
        - 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"