aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 15 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index cc4bfda..7e0a791 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,29 +1,31 @@
language: android
+jdk:
+- oraclejdk8
android:
components:
- - tools
- - platform-tools
- - build-tools-26.0.0
- - android-26
- - extra-google-m2repository
- - extra-android-m2repository
-jdk:
- - oraclejdk8
-licenses:
+ - tools
+ - platform-tools
+ - build-tools-26.0.0
+ - android-26
+ - extra-android-support
+ - extra-android-m2repository
+ - extra-google-m2repository
+ licenses:
- '.+'
script: ./gradlew clean test
branches:
except:
- - gh-pages
+ - gh-pages
notifications:
email: false
- rooms:
+ slack:
+ rooms:
- pitchedapps:G5OB9U1vsDxy9mxt0Nt6gbFu#kau
on_success: always
on_failure: always
sudo: false
cache:
directories:
- - $HOME/.m2
+ - $HOME/.m2
before_script:
- - chmod +x gradlew \ No newline at end of file
+- chmod +x gradlew \ No newline at end of file