diff --git a/.travis.yml b/.travis.yml index 839399d5c..bffa3bfa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,7 +155,7 @@ script: fi' - 'if [ "$sonar_scan" == "1" ]; then - build-wrapper-linux-x86-64 --out-dir bw-output bjam -j3 crypto=$crypto asserts=off invariant-checks=full $toolset variant=$variant -l300 && + build-wrapper-linux-x86-64 --out-dir bw-output bjam -a -j3 crypto=$crypto asserts=off $toolset variant=$variant -l300 && sonar-scanner -D sonar.login=$SONAR_TOKEN; fi'