aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 9d37a4f33fbfe3da625e99e0a67979a979c7f928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: android
android:
  components:
    - platform-tools
    - tools
    - build-tools-23.0.2
    - build-tools-19.1.0
    - android-23
    - extra-android-m2repository
    - extra-google-m2repository
    - extra-google-google_play_services
  licenses:
    - '.+'
script:
    - ./gradlew assembleFreeRelease