travis: unshallowly clone Git repo

This fixes a compilation error if too many commits were made after the
most recent tag:

    fatal: No names found, cannot describe anything.
    In src/invidious.cr:60:19
      60 | CURRENT_VERSION = {{ "#{`git describe --tags --abbrev=0`.strip}" }}
    Error: expanding macro

See https://travis-ci.org/leonklingele/invidious/jobs/588672881#L275-L290.
このコミットが含まれているのは:
Leon Klingele 2019-09-24 00:20:10 +02:00
コミット 7378a84c96
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 0C8AF48831EEC211
1個のファイルの変更6行の追加0行の削除

ファイルの表示

@ -3,6 +3,9 @@ dist: bionic
jobs:
include:
- stage: build
# TODO: Shallowly clone again once the .git folder is no longer required for building
git:
depth: false
language: crystal
crystal: latest
before_install:
@ -15,6 +18,9 @@ jobs:
- crystal spec
- stage: build_docker
# TODO: Shallowly clone again once the .git folder is no longer required for building
git:
depth: false
language: minimal
services:
- docker