Add SonarQube badge to 'README.md' and update '.travis.yml' to fix a warning. (#2325)

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2018-05-12 07:20:51 +02:00
committed by yichoi
parent c829b307e5
commit 0e131da4f7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@ matrix:
&& ${TRAVIS_BRANCH} == "master"
&& ${TRAVIS_EVENT_TYPE} == "push" ]];
then
git fetch --unshallow;
build-wrapper-linux-x86-64 --out-dir bw-output ./tools/build.py;
sonar-scanner -Dsonar.projectVersion="${TRAVIS_COMMIT}";
fi