Message ID | 1505923209-23879-3-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] travis: doxygen 1.8.13 | expand |
diff --git a/.travis.yml b/.travis.yml index 875509cfa..21fa9e3ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -247,8 +247,8 @@ jobs: # doxygen does not trap on warnings, check for them here. - ./bootstrap - ./configure - - make doxygen-doc |tee doxygen.log - - fgrep -rvq warning ./doxygen.log + - make doxygen-doc 2>&1 |tee doxygen.log + - fgrep -rq warning ./doxygen.log && false - stage: test env: TEST=checkpatch compiler: gcc