Explorar el Código

Disable Travis-CI shallow clones.

This feature messes up with our Git checking history.
tags/v0.99.beta20
Sam Hocevar hace 10 años
padre
commit
3fef621bb1
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      .travis.yml

+ 6
- 0
.travis.yml Ver fichero

@@ -18,6 +18,12 @@ addons:
- ruby-dev
- ruby-minitest

# Travis does shallow clones, but we use the Git history
# for check-copyright. Disable shallow clones; our whole
# history is about 5 MiB anyway.
git:
depth: 9999999

before_install:
- .travis/before_install.sh
- ./bootstrap


Cargando…
Cancelar
Guardar