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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2017-03-04 11:04:08 +0300
committerkorelstar <korelstar@users.noreply.github.com>2017-03-19 23:01:06 +0300
commit71f2e80a27850d43ffe7e89ea8deb6db27f8e6bc (patch)
treeb199daff4c6de44a414c6fb09a8c331649e17c70 /.travis.yml
parentaf67f425bbbb2a226c462245e6f686361f6d3118 (diff)
Add travis support and adjust lint settings
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..0145b0a1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: android
+
+jdk: oraclejdk8
+
+android:
+ components:
+ - tools
+ - build-tools-25.0.1
+ - android-25
+ - extra-android-m2repository
+
+script: ./gradlew testDebug