aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 45227d224da9c1aba07582eedf3a67a21895347a (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.3
    - build-tools-19.1.0
    - android-24
    - extra-android-m2repository
    - extra-google-m2repository
    - extra-google-google_play_services
  licenses:
    - '.+'
script:
    - ./gradlew assembleFreeRelease