Skip to content

Commit 0011570

Browse files
Reduce clone depth of official-images on Travis CI
Only the latest version of official-images repo is needed.
1 parent 48284b4 commit 0011570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
- VERSION=2.7 VARIANT=alpine3.6
3737

3838
install:
39-
- git clone https://github.com/docker-library/official-images.git ~/official-images
39+
- git clone --depth 1 https://github.com/docker-library/official-images.git ~/official-images
4040

4141
before_script:
4242
- env | sort

0 commit comments

Comments
 (0)