1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Merge pull request #101 from PeterDaveHelloKitchen/travis-git-clone

Set clone depth=1 in Travis CI to speed it up
This commit is contained in:
Talon James Bowler 2017-04-06 11:08:15 -07:00 committed by GitHub
commit 2f8441230c

View file

@ -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