Disable test stage for now
diff --git a/.travis.yml b/.travis.yml
index 632298d..00631d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,9 @@
   - "$HOME/.m2"
   - "$HOME/google-cloud-sdk/"
   - "$HOME/.cache"
+  - "$TRAVIS_BUILD_DIR/build"
+  - "$TRAVIS_BUILD_DIR/lottie/build"
+  - "$TRAVIS_BUILD_DIR/LottieSample/build"
 env:
 - PATH=${HOME}/google-cloud-sdk/bin:$PATH CLOUDSDK_CORE_DISABLE_PROMPTS=1
 before_install:
@@ -47,19 +50,19 @@
   - stage: build
     name: Build
     script: ./gradlew :LottieSample:assembleRelease
-  - stage: test
-    name: Lottie Lint
-    script: "./gradlew :lottie:lintRelease"
-  - name: Lottie Unit Tests
-    script: "./gradlew :lottie:testReleaseUnitTest"
-  - name: LottieSample Lint
-    script: "./gradlew :LottieSample:lintRelease"
-  - name: LottieSample Unit Tests
-    script: "./gradlew :LottieSample:testReleaseUnitTest"
-  - name: Firebase Happo Tests
-    script:
-    - "./gradlew :LottieSample:assembleAndroidTest"
-    - "./gcloud_run.sh"
+  # - stage: test
+  #   name: Lottie Lint
+  #   script: "./gradlew :lottie:lintRelease"
+  # - name: Lottie Unit Tests
+  #   script: "./gradlew :lottie:testReleaseUnitTest"
+  # - name: LottieSample Lint
+  #   script: "./gradlew :LottieSample:lintRelease"
+  # - name: LottieSample Unit Tests
+  #   script: "./gradlew :LottieSample:testReleaseUnitTest"
+  # - name: Firebase Happo Tests
+  #   script:
+  #   - "./gradlew :LottieSample:assembleAndroidTest"
+  #   - "./gcloud_run.sh"
   - stage: deploy
     name: Build Signed Release
     script: ./sign.sh