diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f87b3b33..1c86c897 100644 --- a/.travis.yml +++ b/.travis.yml @@ -194,8 +194,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 |