commit | 851803390861fc89a6e6b8dff9ec28ad2a59c250 | [log] [tgz] |
---|---|---|
author | Francois Visconte <f.visconte@criteo.com> | Wed Aug 20 18:09:55 2014 +0200 |
committer | Francois Visconte <f.visconte@criteo.com> | Wed Aug 20 18:09:55 2014 +0200 |
tree | 0505c85845a691b55a0643b91cbdce4e6a555f8d | |
parent | 21a92c4c0f930f9f2cc066395af57f9cec97b334 [diff] |
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