diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f47e44d4..680bb941 100644 --- a/.travis.yml +++ b/.travis.yml @@ -188,7 +188,6 @@ build_scripts: # - bash ./fedora.sh # - fi - ./autogen.sh - - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $(( CPU_COUNT + 1 )) |