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

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