aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-16 15:25:24 -0700
committerAllan Wang <me@allanwang.ca>2017-06-16 15:25:24 -0700
commit7994cb1e927e61c07380a0eb7215e36120a1d6c0 (patch)
tree3adfb60b9c4775fe91f11c002b2f59dd69f0d0cb /.travis.yml
parent980fb3eecd6ae0c111e6e9c589ae4dee23df5567 (diff)
downloadfrost-7994cb1e927e61c07380a0eb7215e36120a1d6c0.tar.gz
frost-7994cb1e927e61c07380a0eb7215e36120a1d6c0.tar.bz2
frost-7994cb1e927e61c07380a0eb7215e36120a1d6c0.zip
Update travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ecb69e34..cf3fab84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,13 @@ android:
components:
- tools
- platform-tools
- - build-tools-25.0.2
- - android-25
- - extra-google-m2repository
+ - build-tools-26.0.0
+ - android-26
+ - extra-android-support
- extra-android-m2repository
+ - extra-google-m2repository
+licenses:
+ - '.+'
before_install:
- chmod +x gradlew
- export JAVA8_HOME=/usr/lib/jvm/java-8-oracle