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: df2926aebcbb8ec47a0e14e6065cda6a525e9551 (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-27.0.3
    - extra-google-google_play_services
  licenses:
    - '.+'
script:
    - ./gradlew assembleFreeRelease

before_install:
    - yes | sdkmanager "platforms;android-27"