build: Cache external build directories
authorCody Northrop <cnorthrop@google.com>
Tue, 3 Jan 2017 15:07:15 +0000 (08:07 -0700)
committerCody Northrop <cnorthrop@google.com>
Tue, 3 Jan 2017 16:47:26 +0000 (09:47 -0700)
.travis.yml

index ef867b9..18cc039 100644 (file)
@@ -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