Skip to content

Commit 3c910cf

Browse files
phirsovthiagomacieira
authored andcommitted
Run check silently in Travis
Run unittest in Travis in the silent mode to avoid Travis log cluttering Signed-off-by: phirsov <[email protected]>
1 parent e9c6ebe commit 3c910cf

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
@@ -77,7 +77,7 @@ script:
7777
QMAKEFLAGS="$QMAKEFLAGS QMAKE_CXX=$CXX"
7878
tests/Makefile
7979
- grep -q freestanding-pass .config ||
80-
(cd tests && make check -k
80+
(cd tests && make TESTARGS=-silent check -k
8181
TESTRUNNER=`which valgrind 2>/dev/null`)
8282
- make -s clean
8383
- ./scripts/update-docs.sh

0 commit comments

Comments
 (0)