diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 680bb941..b3623292 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,8 +187,8 @@ build_scripts: # - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh # - bash ./fedora.sh # - fi - - ./autogen.sh - - scan-build $CHECKERS ./configure + - ./autogen.sh --enable-empty-view + - scan-build $CHECKERS ./configure --enable-empty-view - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $(( CPU_COUNT + 1 )) - else |