mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Set clone depth=1 in Travis CI to speed it up
This commit is contained in:
parent
147dca1ffb
commit
1cf42bb265
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ env:
|
||||||
- VERSION=2.1 VARIANT=alpine
|
- VERSION=2.1 VARIANT=alpine
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
- git clone --depth 1 https://github.com/docker-library/official-images.git ~/official-images
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- env | sort
|
- env | sort
|
||||||
|
|
Loading…
Reference in a new issue