1
0
Fork 0
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:
Peter Dave Hello 2016-12-28 19:43:54 +08:00
parent 147dca1ffb
commit 1cf42bb265

View file

@ -16,7 +16,7 @@ env:
- VERSION=2.1 VARIANT=alpine
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:
- env | sort