diff --git a/.travis.yml b/.travis.yml index d145328df..d08075691 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,8 @@ compiler: - gcc - clang -before_script: - cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES - script: - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make ; fi + cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES; make addons: coverity_scan: