Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb3a5bcfb674a21ea6e8b98122e9d1410a2481f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: android
jdk:
  - oraclejdk8
android:
  components:
    - platform-tools
    - tools
    - build-tools-25.0.2
    - android-25
    - extra-android-m2repository
    - extra-google-m2repository
    - extra-google-google_play_services
  licenses:
    - '.+'
script:
    - ./gradlew assembleFreeRelease