aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3e3c7483ea15fb763735b862bf9ccefdb80e02a4 (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"