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

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

jdk: oraclejdk8

android:
  components:
    - tools
    - build-tools-29.0.2
    - android-29
    - extra-android-m2repository

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

script: ./gradlew testDebug