Skip to content

Commit 06659b1

Browse files
committed
Adding quiet parameter to svn checkout
1 parent e33bf65 commit 06659b1

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
@@ -18,7 +18,7 @@ before_script:
1818
- |
1919
if [ ! -d "doc/doc-en/en" ]; then
2020
cd doc
21-
svn co https://svn.php.net/repository/phpdoc/modules/doc-en doc-en
21+
svn co https://svn.php.net/repository/phpdoc/modules/doc-en doc-en --quiet
2222
cd ..
2323
else
2424
cd doc/doc-en

0 commit comments

Comments
 (0)