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

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-01-19 18:34:50 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-01-19 18:34:50 +0300
commit60b23882fd7c885c58157ca2a7514bb43a20d99c (patch)
treec149b23c08c5293b430b92515883684329a35da8 /.travis.yml
parent47adf646c691b3740065d2a6b8d5f416c5779a47 (diff)
fixed typo in travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a3d08e95..65506e26c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ script:
- ./gradlew assembleQuicksyFreeCompatDebug
- ./gradlew assembleQuicksyFreeSystemDebug
- ./gradlew assembleConversationsFreeCompatDebug
- - ./gradlew assembleConversationsSystemDebug
+ - ./gradlew assembleConversationsFreeSystemDebug
before_install:
- yes | sdkmanager "platforms;android-28"