fix sonar_scan build

This commit is contained in:
arvidn 2017-09-12 12:43:50 +02:00
parent ebf0dbc3a8
commit 965f45a9ce
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ script:
fi'
- 'if [ "$sonar_scan" == "1" ]; then
build-wrapper-linux-x86-64 --out-dir bw-output bjam -a -j3 crypto=$crypto asserts=off $toolset variant=$variant -l300 &&
build-wrapper-linux-x86-64 --out-dir bw-output bjam -a -j3 crypto=$crypto asserts=off invariant-checks=off $toolset variant=$variant -l300 &&
sonar-scanner -D sonar.login=$SONAR_TOKEN;
fi'