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

.travis.yml - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5321fcb30dc965dc44c3fce04f88af9d4c75ba4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: android

jdk: oraclejdk8

android:
  components:
    - tools
    - build-tools-27.0.3
    - android-28
    - extra-android-m2repository

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

script: ./gradlew testDebug