diff options
| author | Cody Northrop <cnorthrop@google.com> | 2017-01-03 08:07:15 -0700 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2017-01-03 09:47:26 -0700 |
| commit | fd8bb2d06a70d91b03f8885a8d0285e70852e4bc (patch) | |
| tree | 10aa80184af2e644e541dec00e6c3a3236c93f82 | |
| parent | 0b222e30b2d9de4b4d54cb8326b378840e39be31 (diff) | |
| download | usermoji-fd8bb2d06a70d91b03f8885a8d0285e70852e4bc.tar.xz | |
build: Cache external build directories
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ef867b9d..18cc039b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,11 @@ android: - build-tools-23.0.2 - android-23 +cache: + directories: + - external + - build-android/external + before_install: # Install the appropriate Linux packages. - if [[ "$VULKAN_BUILD_TARGET" == "LINUX" ]]; then |
