Revert travis git clone optimizations
diff --git a/.travis.yml b/.travis.yml
index d77f0ae..dfb6c36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@
   - cd ../..
   - mkdir -p build
   - cd build
-  - git clone --depth=1 --branch=master https://gerrit.googlesource.com/buck
+  - git clone https://gerrit.googlesource.com/buck
   - cd buck
   - ant
   - export PATH=$PATH:$TRAVIS_BUILD_DIR/../../build/buck/bin