Merge pull request #766 from leonklingele/travis-shallow-clone

travis: unshallowly clone Git repo
このコミットが含まれているのは:
Omar Roth 2019-09-24 20:50:48 -04:00 committed by GitHub
コミット 1e7c176481
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
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