.travis.yml: specify git -q
We are not interested in git(1) output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f34e8ff672
commit
c2ef40d26a
@ -24,6 +24,9 @@ osx_image: xcode10.1
|
|||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
git:
|
||||||
|
quiet: true
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
config:
|
config:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user