try to fix circleci problem and speed up future builds

This commit is contained in:
Tom Hennen 2016-02-10 18:00:24 -05:00
parent a2431be0be
commit 4017c153f1
1 changed files with 6 additions and 0 deletions

View File

@ -5,9 +5,15 @@ machine:
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tools,platform-tools,android-23"
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.2"
override:
- echo override dependencies
test:
override:
- ./gradlew assembleDebug -PdisablePreDex