diff options
author | Marcel Metz <[email protected]> | 2017-03-06 11:21:03 +0100 |
---|---|---|
committer | Marcel Metz <[email protected]> | 2017-03-06 11:21:51 +0100 |
commit | 6a067d9f7eda65fd8ca5ebafa812745d5a03d907 (patch) | |
tree | 03d3c538db0670733ff69f22bdfcf08972a748e4 /.travis.yml | |
parent | 25de358c9ab823ad7a31e10cbc28fafc6e9923dc (diff) |
Use TravisCI cache to store stripped Android NDK toolchain
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1247c2af..44702c88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ matrix: - BUILD_ANDROID=true - os: osx sudo: required +cache: + directories: + - $HOME/android-ndk-r14 install: - > if [[ "${TRAVIS_OS_NAME}" == "linux" && -z "${BUILD_ANDROID}" ]]; then |