Skip to content

Commit e9a558f

Browse files
committed
Add git clone --quiet
1 parent 6d55dcb commit e9a558f

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
@@ -28,7 +28,7 @@ before_install:
2828

2929

3030
install:
31-
- git clone --depth=50 --branch=master https://github.com/Redwid/youtube-dl.git ../youtube-dl
31+
- git clone --quiet --depth=50 --branch=master https://github.com/Redwid/youtube-dl.git ../youtube-dl
3232

3333

3434
env:

0 commit comments

Comments
 (0)