mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 08:07:31 -04:00
redirect travis testing output to /dev/null, because the logfile was to long
This commit is contained in:
parent
8d15f44c0e
commit
7d0845ecc5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ before_script:
|
||||||
- qmake CONFIG+=NO_SQLCIPHER CONFIG+=tests
|
- qmake CONFIG+=NO_SQLCIPHER CONFIG+=tests
|
||||||
|
|
||||||
#script: make
|
#script: make
|
||||||
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make && tests/unittests/unittests ; fi
|
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make && tests/unittests/unittests 2>&1 1>/dev/null ; fi
|
||||||
|
|
||||||
|
|
||||||
#after_success:
|
#after_success:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue