avoid too much verbosity

This commit is contained in:
Lev Walkin 2016-07-02 23:03:32 -07:00
parent 74757c8be3
commit 88434eed32
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ script:
- autoreconf -iv
- ./configure --enable-Werror
- make -j8
- make check V=1
- make distcheck V=1
- make check
- make distcheck