Skip to content

Commit

Permalink
Update .travis.sh
Browse files Browse the repository at this point in the history
Make check more verbose.
  • Loading branch information
kimkulling committed Nov 28, 2017
1 parent e6381b7 commit ef4842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Expand Up @@ -46,7 +46,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
if [ $ANALYZE = "ON" ] ; then
if [ "$CC" = "clang" ]; then
scan-build cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS=OFF -DASSIMP_BUILD_TESTS=OFF
scan-build --status-bugs make -j2
scan-build --status-bugs make -j2 -v
else
cppcheck --version
generate \
Expand Down

0 comments on commit ef4842e

Please sign in to comment.