diff options
author | Wim <wim@42.be> | 2018-11-10 19:35:38 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-11-10 19:35:38 +0100 |
commit | ba706918778d228f4c069f47968cb56578d06051 (patch) | |
tree | e16ae89b1bd0e91d7a4864b97ea21043298d425d /.travis.yml | |
parent | ed11686a99ccdc183912e5ed6d6986a9abcbda92 (diff) | |
download | matterbridge-msglm-ba706918778d228f4c069f47968cb56578d06051.tar.gz matterbridge-msglm-ba706918778d228f4c069f47968cb56578d06051.tar.bz2 matterbridge-msglm-ba706918778d228f4c069f47968cb56578d06051.zip |
Increase git depth for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b60b5d77..8497a4e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ go: # we have everything vendored install: true +git: + depth: 200 + env: - GOOS=linux GOARCH=amd64 # - GOOS=windows GOARCH=amd64 |